mirror of
https://github.com/zen-browser/desktop
synced 2026-04-25 17:15:00 +02:00
fix: Fixed wrong capitalized text for MacOS menu bar, b=closes #12213, c=common
This commit is contained in:
@@ -145,3 +145,7 @@ zen-window-sync-migration-dialog-title = Keep Your Windows in Sync
|
||||
zen-window-sync-migration-dialog-message = Zen now syncs windows on the same device, so changes in one window are reflected across the others instantly.
|
||||
zen-window-sync-migration-dialog-learn-more = Learn More
|
||||
zen-window-sync-migration-dialog-accept = Got It
|
||||
|
||||
zen-appmenu-new-blank-window =
|
||||
.label = New blank window
|
||||
|
||||
|
||||
@@ -22,5 +22,5 @@ zen-menubar-appearance-light =
|
||||
zen-menubar-appearance-dark =
|
||||
.label = Dark
|
||||
|
||||
zen-menubar-new-unsynced-window =
|
||||
.label = New blank window
|
||||
zen-menubar-new-blank-window =
|
||||
.label = New Blank Window
|
||||
|
||||
@@ -112,7 +112,7 @@ export class nsZenMenuBar {
|
||||
const openUnsyncedWindowItem = window.MozXULElement.parseXULToFragment(
|
||||
`<toolbarbutton id="appMenu-new-zen-unsynced-window-button"
|
||||
class="subviewbutton"
|
||||
data-l10n-id="zen-menubar-new-unsynced-window"
|
||||
data-l10n-id="zen-appmenu-new-blank-window"
|
||||
key="zen-new-unsynced-window"
|
||||
command="cmd_zenNewNavigatorUnsynced"/>`
|
||||
).querySelector("toolbarbutton");
|
||||
@@ -123,7 +123,7 @@ export class nsZenMenuBar {
|
||||
window.MozXULElement.parseXULToFragment(`
|
||||
<menuitem id="menu_new_zen_unsynced_window"
|
||||
class="subviewbutton"
|
||||
data-l10n-id="zen-menubar-new-unsynced-window"
|
||||
data-l10n-id="zen-menubar-new-blank-window"
|
||||
key="zen-new-unsynced-window"
|
||||
command="cmd_zenNewNavigatorUnsynced"/>`)
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user