From fabae2b99ac11e7d2fcf21b36c86d8080534ddc5 Mon Sep 17 00:00:00 2001 From: Matteo Beniamino Date: Wed, 22 Apr 2026 18:36:04 +0200 Subject: [PATCH] l10n: it: fix italian usage messages alignment Fixed a misalignment in the "usage:" and " or:" lines in the italian help messages. Signed-off-by: Matteo Beniamino --- po/it.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/it.po b/po/it.po index 20fd8bb28d..b5ccd8c731 100644 --- a/po/it.po +++ b/po/it.po @@ -5400,7 +5400,7 @@ msgstr "uso: %s" #: parse-options.c:915 #, c-format msgid " or: %s" -msgstr " oppure: %s" +msgstr " o: %s" #: parse-options.c:918 #, c-format