diff options
author | SpockMan02 <aidanboyle@comcast.net> | 2018-01-15 17:13:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-15 17:13:38 +0000 |
commit | d208ead3cf2a5db4a6bd336231eeca1c157835d9 (patch) | |
tree | a9be1f9b646a0992f950be6bf58d05022ac58003 /browser | |
parent | 2dd6ae6d4d7fbbfda11dc3753e2e203909d9d5d3 (diff) | |
download | palemoon-gre-d208ead3cf2a5db4a6bd336231eeca1c157835d9.tar.gz |
Made showTabPreviews checkbox string less hand-holding
Diffstat (limited to 'browser')
-rw-r--r-- | browser/locales/en-US/chrome/browser/preferences/tabs.dtd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/browser/locales/en-US/chrome/browser/preferences/tabs.dtd b/browser/locales/en-US/chrome/browser/preferences/tabs.dtd index 71c484a5d..886dfdcde 100644 --- a/browser/locales/en-US/chrome/browser/preferences/tabs.dtd +++ b/browser/locales/en-US/chrome/browser/preferences/tabs.dtd @@ -26,7 +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 showTabPreviews.label "Show tab previews when switching tabs with Ctrl+Tab"> <!ENTITY newtabPage.label "When opening a new tab, show:"> <!ENTITY newtabPage.custom.label "A custom URL"> |