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 | 4f82d4067af9e65dbfd33f3a8b445affddc7ced4 (patch) | |
tree | 8c45dd5202ae7d83d3943a0b28c16f2d84b8ab27 /toolkit/locales/en-US/chrome | |
parent | c17c14ce6afc026e8b918b8bf48fba7515bebac3 (diff) | |
download | UXP-4f82d4067af9e65dbfd33f3a8b445affddc7ced4.tar UXP-4f82d4067af9e65dbfd33f3a8b445affddc7ced4.tar.gz UXP-4f82d4067af9e65dbfd33f3a8b445affddc7ced4.tar.lz UXP-4f82d4067af9e65dbfd33f3a8b445affddc7ced4.tar.xz UXP-4f82d4067af9e65dbfd33f3a8b445affddc7ced4.zip |
Restyle the findbar
Diffstat (limited to 'toolkit/locales/en-US/chrome')
-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 ad77130bc..a90c77c7e 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"> |