Bug 1511819 - update preference label for warning for closing multiple tabs, r=flod

Differential Revision: https://phabricator.services.mozilla.com/D14160

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Gijs Kruitbosch 2018-12-11 17:16:57 +00:00
parent 2775037874
commit 1ebca618f0
2 changed files with 3 additions and 3 deletions

View File

@ -91,7 +91,7 @@
onsyncfrompreference="return gMainPane.readLinkTarget();"
onsynctopreference="return gMainPane.writeLinkTarget();"/>
<checkbox id="warnCloseMultiple" data-l10n-id="warn-on-quit-close-multiple-tabs"
<checkbox id="warnCloseMultiple" data-l10n-id="warn-on-close-multiple-tabs"
preference="browser.tabs.warnOnClose"/>
<checkbox id="warnOpenMany" data-l10n-id="warn-on-open-many-tabs"

View File

@ -178,8 +178,8 @@ open-new-link-as-tabs =
.label = Open links in tabs instead of new windows
.accesskey = w
warn-on-quit-close-multiple-tabs =
.label = Warn you when quitting and closing multiple tabs
warn-on-close-multiple-tabs =
.label = Warn you when closing multiple tabs
.accesskey = m
warn-on-open-many-tabs =