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 2006-05-17 02:39:24 +00:00
Родитель 669659c437
Коммит 83270e5dba
2 изменённых файлов: 3 добавлений и 2 удалений

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

@ -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">