Skip to content

Commit 0714728

Browse files
committed
Add missing translation
1 parent 13da028 commit 0714728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ApplicationMenu.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class ApplicationMenu {
4444
label: t("menu.displayWindow"),
4545
submenu: [
4646
{
47-
label: "Resize",
47+
label: t("menu.displayWindow.resize"),
4848
submenu: [
4949
{ ratio: "16x9", width: 640, height: 360 },
5050
{ ratio: "16x9", width: 800, height: 450 },

0 commit comments

Comments
 (0)