diff --git a/libraries/display_select_lang.lib.php b/libraries/display_select_lang.lib.php index 6f7a5215d2..efce45bc57 100644 --- a/libraries/display_select_lang.lib.php +++ b/libraries/display_select_lang.lib.php @@ -53,7 +53,10 @@ function PMA_select_language($use_fieldset = FALSE) { . ((int)$GLOBALS['server']) . '" />' . "\n"; } - $language_title = $GLOBALS['strLanguage'] . ($GLOBALS['strLanguage'] != 'Language' ? ' - Language' : '') . ' ' . + // For non-English, display "Language" with emphasis because it's + // not a proper word in the current language; we show it to help + // people recognize the dialog + $language_title = $GLOBALS['strLanguage'] . ($GLOBALS['strLanguage'] != 'Language' ? ' - Language' : '') . ' ' . ($cfg['ReplaceHelpImg'] ? 'Info' : '(*)') . '';