mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 836764 - Change the urlbar's placeholder to indicate that we can search too. r=dao, ui-r=limi
This commit is contained in:
parent
f7ed471ba2
commit
3e6f231943
@ -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"
|
||||||
|
@ -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:">
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user