diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-04-04 03:17:39 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-04-04 03:17:39 -0400 |
commit | 3cf6d2b2d73b3b09fb268a2b3927d920883745fb (patch) | |
tree | 1fbeb191509fedf38135deb0516eab51201640d4 /application/palemoon/base/content/browser.xul | |
parent | 59bf4204a84f7638d3f89a29bc7c04e5dc401369 (diff) | |
download | UXP-3cf6d2b2d73b3b09fb268a2b3927d920883745fb.tar UXP-3cf6d2b2d73b3b09fb268a2b3927d920883745fb.tar.gz UXP-3cf6d2b2d73b3b09fb268a2b3927d920883745fb.tar.lz UXP-3cf6d2b2d73b3b09fb268a2b3927d920883745fb.tar.xz UXP-3cf6d2b2d73b3b09fb268a2b3927d920883745fb.zip |
Sync Pale Moon code
Diffstat (limited to 'application/palemoon/base/content/browser.xul')
-rw-r--r-- | application/palemoon/base/content/browser.xul | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/palemoon/base/content/browser.xul b/application/palemoon/base/content/browser.xul index f83010023..3044ce675 100644 --- a/application/palemoon/base/content/browser.xul +++ b/application/palemoon/base/content/browser.xul @@ -410,7 +410,7 @@ <toolbaritem id="urlbar-container" align="center" flex="400" persist="width" combined="true" title="&locationItem.title;" class="chromeclass-location" removable="true"> <textbox id="urlbar" flex="1" - placeholder="&urlbar.placeholder2;" + placeholder="" type="autocomplete" autocompletesearch="urlinline history" autocompletesearchparam="enable-actions" |