From 2a7b1c4965aac2078a20bfa0eb798585823e6d91 Mon Sep 17 00:00:00 2001 From: Mark Wagie Date: Mon, 23 Jan 2023 12:29:47 -0700 Subject: [PATCH] Fix it.po syntax error ``` po/it.po:18: keyword "blue" unknown po/it.po:18:79: syntax error msgfmt: found 2 fatal errors ``` --- po/it.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/it.po b/po/it.po index 1b6a95b..9deb2d6 100644 --- a/po/it.po +++ b/po/it.po @@ -15,7 +15,7 @@ msgstr "" "Generated-By: pygettext.py 1.5\n" msgid "There seems to be a problem in recording. Try running 'blue-recorder' from the command line to see the issue." -msgstr "Sembra esserci un problema nella registrazione. Prova a eseguire "blue-recorder" dalla riga di comando per vedere il problema." +msgstr "Sembra esserci un problema nella registrazione. Prova a eseguire 'blue-recorder' dalla riga di comando per vedere il problema." msgid "Stop Recording" msgstr "Interrompi la registrazione"