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") {
|
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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user