Bug 1631430 - Update the restore window control button label from "Restore" to "Restore Down" as used by Windows r=Gijs,fluent-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D71572
This commit is contained in:
Itiel 2020-04-20 15:57:36 +00:00
Родитель bb11628699
Коммит d1c4822c90
3 изменённых файлов: 11 добавлений и 11 удалений

Просмотреть файл

@ -1159,7 +1159,7 @@
oncommand="window.minimize();"/>
<toolbarbutton id="restore-button"
data-l10n-id="browser-window-restore-button"
data-l10n-id="browser-window-restore-down-button"
oncommand="BrowserFullScreen();"/>
<toolbarbutton id="close-button"

Просмотреть файл

@ -14,7 +14,7 @@
/>
<toolbarbutton class="titlebar-button titlebar-restore"
oncommand="window.restore();"
data-l10n-id="browser-window-restore-button"
data-l10n-id="browser-window-restore-down-button"
/>
<toolbarbutton class="titlebar-button titlebar-close"
command="cmd_closeWindow"

Просмотреть файл

@ -211,20 +211,20 @@ identity-more-info-link-text =
## Window controls
browser-window-minimize-button =
.tooltiptext = Minimize
.tooltiptext = Minimize
browser-window-maximize-button =
.tooltiptext = Maximize
browser-window-restore-button =
.tooltiptext = Restore
.tooltiptext = Maximize
browser-window-restore-down-button =
.tooltiptext = Restore Down
browser-window-close-button =
.tooltiptext = Close
.tooltiptext = Close
## WebRTC Pop-up notifications
popup-select-camera =
.value = Camera to share:
.accesskey = C
.value = Camera to share:
.accesskey = C
popup-select-microphone =
.value = Microphone to share:
.accesskey = M
.value = Microphone to share:
.accesskey = M
popup-all-windows-shared = All visible windows on your screen will be shared.