diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-04-13 12:49:13 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-04-13 12:49:13 -0400 |
commit | 2ac742e445e8069bfdab8d73442d47b4fb6e8d59 (patch) | |
tree | 8c45dd5202ae7d83d3943a0b28c16f2d84b8ab27 /toolkit/locales | |
parent | 34e865c5042b9efcc057816747c871785b8a201e (diff) | |
download | uxp-2ac742e445e8069bfdab8d73442d47b4fb6e8d59.tar.gz |
Restyle the findbar
Diffstat (limited to 'toolkit/locales')
-rw-r--r-- | toolkit/locales/en-US/chrome/global/findbar.dtd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/toolkit/locales/en-US/chrome/global/findbar.dtd b/toolkit/locales/en-US/chrome/global/findbar.dtd index ad77130bca..a90c77c7ec 100644 --- a/toolkit/locales/en-US/chrome/global/findbar.dtd +++ b/toolkit/locales/en-US/chrome/global/findbar.dtd @@ -5,7 +5,11 @@ <!-- LOCALIZATION NOTE : FILE This file contains the entities needed to --> <!-- LOCALIZATION NOTE : FILE use the Find Bar. --> +<!ENTITY next.label "Next"> +<!ENTITY next.accesskey "N"> <!ENTITY next.tooltip "Find the next occurrence of the phrase"> +<!ENTITY previous.label "Previous"> +<!ENTITY previous.accesskey "P"> <!ENTITY previous.tooltip "Find the previous occurrence of the phrase"> <!ENTITY findCloseButton.tooltip "Close find bar"> <!ENTITY highlightAll.label "Highlight All"> |