Bug 1384087 - Address bar's first option should be Browsing history r=jaws

MozReview-Commit-ID: 7Zk4PmYKVo8

--HG--
extra : rebase_source : a0e375a0153914297b174f00d8f6d652f6b7a2ea
This commit is contained in:
Ricky Chien 2017-07-25 23:15:35 +08:00
parent f936b4119f
commit 11d85d9ce6
2 changed files with 4 additions and 4 deletions

View File

@ -366,8 +366,8 @@
hidden="true">
<caption><label>&addressBar.label;</label></caption>
<label id="locationBarSuggestionLabel">&addressBar.suggest.label;</label>
<checkbox id="historySuggestion" label="&locbar.history.label;"
accesskey="&locbar.history.accesskey;"
<checkbox id="historySuggestion" label="&locbar.history2.label;"
accesskey="&locbar.history2.accesskey;"
preference="browser.urlbar.suggest.history"/>
<checkbox id="bookmarkSuggestion" label="&locbar.bookmarks.label;"
accesskey="&locbar.bookmarks.accesskey;"

View File

@ -35,8 +35,8 @@
<!ENTITY addressBar.label "Address Bar">
<!ENTITY addressBar.suggest.label "When using the address bar, suggest">
<!ENTITY locbar.history.label "History">
<!ENTITY locbar.history.accesskey "H">
<!ENTITY locbar.history2.label "Browsing history">
<!ENTITY locbar.history2.accesskey "H">
<!ENTITY locbar.bookmarks.label "Bookmarks">
<!ENTITY locbar.bookmarks.accesskey "k">
<!ENTITY locbar.openpage.label "Open tabs">