mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 551889 - Start Page redesign (string entity bump) [r=me]
This commit is contained in:
parent
ac02976845
commit
06a2d5c01e
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user