Bug 111842: tabbed browser prefs text "load links in the background" misleading. Patch by Tim Meader <tmeader@gmail.com>, r=neil, sr=jag
git-svn-id: svn://10.0.0.236/trunk@157984 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
4d7666a7ca
commit
f1ed3b9d23
@ -308,8 +308,8 @@ instead.</p>
|
||||
<ul>
|
||||
<li><b>Hide the tab bar when only one tab is open</b>: Select this to display
|
||||
the Tabbed Browsing bar only when more then one Navigator tab is open.</li>
|
||||
<li><b>Load links in the background</b>: Select this to prevent Mozilla from
|
||||
switching to a new tab when using "Open in a New Tab" to open a link.</li>
|
||||
<li><b>Select new tabs opened from links</b>: Select this to make Mozilla switch
|
||||
to the new tab when using "Open in a New Tab" to open a link.</li>
|
||||
</ul>
|
||||
<li><b>Open tabs instead of windows for</b>: </li>
|
||||
<ul>
|
||||
|
||||
@ -307,8 +307,8 @@ instead.</p>
|
||||
<ul>
|
||||
<li><b>Hide the tab bar when only one tab is open</b>: Select this to display
|
||||
the Tabbed Browsing bar only when more then one Navigator tab is open.</li>
|
||||
<li><b>Load links in the background</b>: Select this to prevent Mozilla from
|
||||
switching to a new tab when using "Open in a New Tab" to open a link.</li>
|
||||
<li><b>Select new tabs opened from links</b>: Select this to make Mozilla switch
|
||||
to the new tab when using "Open in a New Tab" to open a link.</li>
|
||||
</ul>
|
||||
<li><b>Open tabs instead of windows for</b>: </li>
|
||||
<ul>
|
||||
|
||||
@ -61,7 +61,8 @@
|
||||
prefstring="browser.tabs.autoHide"/>
|
||||
<checkbox id="tabBackground"
|
||||
label="&background.label;"
|
||||
prefstring="browser.tabs.loadInBackground"/>
|
||||
prefstring="browser.tabs.loadInBackground"
|
||||
reversed="true"/>
|
||||
</groupbox>
|
||||
|
||||
<groupbox id="loadGroupPreferences" align="start">
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<!ENTITY tabHeader.label "Tabbed Browsing">
|
||||
<!ENTITY tabDisplay.label "Tab Display">
|
||||
<!ENTITY autoHide.label "Hide the tab bar when only one tab is open">
|
||||
<!ENTITY background.label "Load links in the background">
|
||||
<!ENTITY background.label "Select new tabs opened from links">
|
||||
<!ENTITY loadGroup.label "When opening a bookmark group">
|
||||
<!ENTITY loadGroupAppend.label "Add tabs">
|
||||
<!ENTITY loadGroupAppend.accesskey "A">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user