зеркало из https://github.com/mozilla/gecko-dev.git
Bug 111842: tabbed browser prefs text "load links in the background" misleading. Patch by Tim Meader <tmeader@gmail.com>, r=neil, sr=jag
This commit is contained in:
Родитель
8959ab7f75
Коммит
59c395041f
|
@ -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">
|
||||
|
|
Загрузка…
Ссылка в новой задаче