Bug 836764 - Change the urlbar's placeholder to indicate that we can search too. r=dao, ui-r=limi

This commit is contained in:
Blake Winton 2013-02-04 07:11:49 -05:00
parent f7ed471ba2
commit 3e6f231943
2 changed files with 2 additions and 2 deletions

View File

@ -570,7 +570,7 @@
<toolbaritem id="urlbar-container" align="center" flex="400" persist="width" combined="true" <toolbaritem id="urlbar-container" align="center" flex="400" persist="width" combined="true"
title="&locationItem.title;" class="chromeclass-location" removable="true"> title="&locationItem.title;" class="chromeclass-location" removable="true">
<textbox id="urlbar" flex="1" <textbox id="urlbar" flex="1"
placeholder="&urlbar.placeholder;" placeholder="&urlbar.placeholder2;"
type="autocomplete" type="autocomplete"
autocompletesearch="urlinline history" autocompletesearch="urlinline history"
autocompletesearchparam="enable-actions" autocompletesearchparam="enable-actions"

View File

@ -319,7 +319,7 @@ These should match what Safari and other Apple applications use on OS X Lion. --
<!ENTITY appMenuSafeMode.accesskey "R"> <!ENTITY appMenuSafeMode.accesskey "R">
<!ENTITY openCmd.commandkey "l"> <!ENTITY openCmd.commandkey "l">
<!ENTITY urlbar.placeholder "Go to a Website"> <!ENTITY urlbar.placeholder2 "Search or enter address">
<!ENTITY urlbar.accesskey "d"> <!ENTITY urlbar.accesskey "d">
<!ENTITY urlbar.switchToTab.label "Switch to tab:"> <!ENTITY urlbar.switchToTab.label "Switch to tab:">