mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-16 11:45:31 +00:00
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:
parent
6e48e6e785
commit
e69335fca3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user