Use context here as it might be translated differently.
This commit is contained in:
@@ -260,8 +260,8 @@ function PMA_display_column_privs($columns, $row, $name_for_select,
|
|||||||
. '_none"><input type="checkbox"'
|
. '_none"><input type="checkbox"'
|
||||||
. (empty($GLOBALS['checkall']) ? '' : ' checked="checked"')
|
. (empty($GLOBALS['checkall']) ? '' : ' checked="checked"')
|
||||||
. ' name="' . $name_for_select . '_none" id="checkbox_'
|
. ' name="' . $name_for_select . '_none" id="checkbox_'
|
||||||
. $name_for_select . '_none" title="' . __('None') . '" />'
|
. $name_for_select . '_none" title="' . _pgettext('None privileges', 'None') . '" />'
|
||||||
. __('None') . '</label>' . "\n"
|
. _pgettext('None privileges', 'None') . '</label>' . "\n"
|
||||||
. ' </div>' . "\n";
|
. ' </div>' . "\n";
|
||||||
} // end function
|
} // end function
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user