From 812dd20b39e6ec094293bc7edd7ff6275df3682c Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Thu, 17 Jul 2025 11:30:39 +0100 Subject: [PATCH] fix i18n --- src/i18n/strings/en_EN.json | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/src/i18n/strings/en_EN.json b/src/i18n/strings/en_EN.json index a97fb5b919..d4882be5e4 100644 --- a/src/i18n/strings/en_EN.json +++ b/src/i18n/strings/en_EN.json @@ -35,6 +35,13 @@ "file_menu": { "label": "File" }, + "icon_overlay": { + "description_error": "Error", + "description_notifications": { + "one": "You have %(count)s unread notification.", + "other": "You have %(count)s unread notifications." + } + }, "menu": { "hide": "Hide", "hide_others": "Hide Others", @@ -76,13 +83,5 @@ "bring_all_to_front": "Bring All to Front", "label": "Window", "zoom": "Zoom" - }, - "icon_overlay": { - "description_notifications": { - "one": "You have %(count)s unread notification.", - "other": "You have %(count)s unread notifications." - }, - "description_error": "Error" } - }