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:
jag%tty.nl 2004-06-16 22:12:11 +00:00
Родитель 8959ab7f75
Коммит 59c395041f
4 изменённых файлов: 7 добавлений и 6 удалений

Просмотреть файл

@ -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 &quot;Open in a New Tab&quot; 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 &quot;Open in a New Tab&quot; 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 &quot;Open in a New Tab&quot; 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 &quot;Open in a New Tab&quot; 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">