Bug 551889 - Start Page redesign (string entity bump) [r=me]

This commit is contained in:
Mark Finkle 2010-03-27 16:00:53 -04:00
parent ac02976845
commit 06a2d5c01e
2 changed files with 5 additions and 5 deletions

View File

@ -223,7 +223,7 @@ var PreferencesView = {
if (value == "custom") {
// Make sure nothing is selected and just use a label to show the state
options.selectedIndex = -1;
options.setAttribute("label", Elements.browserBundle.getString("homepage.custom"));
options.setAttribute("label", Elements.browserBundle.getString("homepage.custom2"));
} else {
// Select the right menulist item
options.value = value;
@ -256,7 +256,7 @@ var PreferencesView = {
if (value == "custom") {
// Make sure nothing is selected and just use a label to show the state
options.selectedIndex = -1;
options.setAttribute("label", Elements.browserBundle.getString("homepage.custom"));
options.setAttribute("label", Elements.browserBundle.getString("homepage.custom2"));
}
// Save the homepage URL to a preference

View File

@ -132,10 +132,10 @@ tabs.closeButton=Close tabs
tabs.closeWarningPromptMe=Warn me when I attempt to close multiple tabs
# Homepage
# LOCALIZATION NOTE: homepage.custom is the text displayed on the selector button if
# LOCALIZATION NOTE: homepage.custom2 is the text displayed on the selector button if
# the user selects a webpage to be the startpage. We can't display the entire URL
# or webpage title on the menulist, so we just display "Custom"
homepage.custom=Custom Page
# or webpage title on the menulist
homepage.custom2=Custom Page
# Page Actions
pageactions.saveas.pdf=Save As PDF