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") { if (value == "custom") {
// Make sure nothing is selected and just use a label to show the state // Make sure nothing is selected and just use a label to show the state
options.selectedIndex = -1; options.selectedIndex = -1;
options.setAttribute("label", Elements.browserBundle.getString("homepage.custom")); options.setAttribute("label", Elements.browserBundle.getString("homepage.custom2"));
} else { } else {
// Select the right menulist item // Select the right menulist item
options.value = value; options.value = value;
@ -256,7 +256,7 @@ var PreferencesView = {
if (value == "custom") { if (value == "custom") {
// Make sure nothing is selected and just use a label to show the state // Make sure nothing is selected and just use a label to show the state
options.selectedIndex = -1; 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 // 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 tabs.closeWarningPromptMe=Warn me when I attempt to close multiple tabs
# Homepage # 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 # 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" # or webpage title on the menulist
homepage.custom=Custom Page homepage.custom2=Custom Page
# Page Actions # Page Actions
pageactions.saveas.pdf=Save As PDF pageactions.saveas.pdf=Save As PDF