зеркало из https://github.com/mozilla/gecko-dev.git
bug 238166 patch by David Hallowell <dave532@uklinux.net> r=neil sr=roc
fix now-incorrect wording on obsolete themes warning
This commit is contained in:
Родитель
289729ea3a
Коммит
703920816e
|
@ -213,7 +213,6 @@ function themeSelect()
|
|||
uninstallButton.disabled = selectedSkin == skinName;
|
||||
|
||||
var newText = prefbundle.getString("oldTheme");
|
||||
newText = newText.replace(/%theme_name%/, themeName);
|
||||
|
||||
newText = newText.replace(/%brand%/g, brandbundle.getString("brandShortName"));
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@ choosefile=Choose a file
|
|||
viewrow=View...
|
||||
hiderow=Hide
|
||||
|
||||
oldTheme=You have selected a theme which was designed for an earlier version of %brand% and is incompatible with your current %brand% version. Please check %brand% theme sites for an updated version of the theme. You can uninstall this theme by clicking \"Uninstall %theme_name%\" button.
|
||||
oldTheme=You have selected a theme which was designed for an earlier version of %brand% and is incompatible with your current %brand% version. Please check %brand% theme sites for an updated version of the theme. You can uninstall this theme by clicking \"Uninstall Theme\" button.
|
||||
|
||||
languageAlert=Please restart %brand% to use the new preferred language or region setting.
|
||||
languageTitle=Change Language
|
||||
|
|
Загрузка…
Ссылка в новой задаче