diff options
author | SpockMan02 <aidanboyle@comcast.net> | 2018-01-14 23:07:09 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-14 23:07:09 +0000 |
commit | 295aee74e489d25da8e5d3d5dcc5349fae1eaf73 (patch) | |
tree | 3d045d90d435218375e5bf4d53a5dceed7066b93 /browser | |
parent | 951495c6341b6a40448e70b4addc0a1e0dd6c700 (diff) | |
download | palemoon-gre-295aee74e489d25da8e5d3d5dcc5349fae1eaf73.tar.gz |
Added label for showTabPreviews
After other Pale Moon additions, following the same format, before newtabPage.
Diffstat (limited to 'browser')
-rw-r--r-- | browser/locales/en-US/chrome/browser/preferences/tabs.dtd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/browser/locales/en-US/chrome/browser/preferences/tabs.dtd b/browser/locales/en-US/chrome/browser/preferences/tabs.dtd index 61729c6cc..71c484a5d 100644 --- a/browser/locales/en-US/chrome/browser/preferences/tabs.dtd +++ b/browser/locales/en-US/chrome/browser/preferences/tabs.dtd @@ -26,6 +26,7 @@ <!ENTITY insertRelatedAfterCurrent.label "Insert related tabs next to the current tab"> <!ENTITY contextLoadInBackground.label "When performing a context search, switch to the new tab immediately"> <!ENTITY closeWindowWithLastTab.label "Close the window when the last tab is closed"> +<!ENTITY showTabPreviews.label "Show previews of tabs when holding Ctrl and pressing Tab"> <!ENTITY newtabPage.label "When opening a new tab, show:"> <!ENTITY newtabPage.custom.label "A custom URL"> |