зеркало из 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:
Родитель
669659c437
Коммит
83270e5dba
|
@ -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">
|
||||
|
|
Загрузка…
Ссылка в новой задаче