From 1dc871d9654fb36113490cb42d2d4b0a214ebe13 Mon Sep 17 00:00:00 2001 From: Yevhen Popok Date: Thu, 28 Mar 2024 19:12:06 +0200 Subject: [PATCH] Fix build failure (after PR #2006) "make" can't complete due to the missing quote symbol in the msgstr ``` msgfmt -c po/it.po -o po/it.mo po/it.po:1234:9: syntax error po/it.po:1234: keyword "es" unknown po/it.po:1235: end-of-line within string msgfmt: found 3 fatal errors make: *** [Makefile:66: po/it.mo] Error 1 ``` --- po/it.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/it.po b/po/it.po index 2d9633e..21e4d8c 100644 --- a/po/it.po +++ b/po/it.po @@ -1231,7 +1231,7 @@ msgstr "Attiva i pulsanti del menu del pannello solo con un clic" #: ui/SettingsFineTune.ui.h:18 msgid "(e.g. date menu)" -msgstr (es. menu data)" +msgstr "(es. menu data)" #: ui/SettingsFineTune.ui.h:19 msgid "Force Activities hot corner on primary monitor"