diff options
author | Carmine Zaccagnino <carmine@carminezacc.com> | 2019-06-29 07:49:12 +0200 |
---|---|---|
committer | Alessandro Menti <alessandro.menti@alessandromenti.it> | 2019-06-29 07:51:37 +0200 |
commit | 820419f7c98947c09880c193f2cfc8b1464a530c (patch) | |
tree | 5019ff7192ef202a0c03827c5ad0320f59756f41 /po | |
parent | l10n: it.po: update the Italian translation (diff) | |
download | tgif-820419f7c98947c09880c193f2cfc8b1464a530c.tar.xz |
l10n: it.po: remove an extra space
Remove an extra space between the dashes and the start of the
"abort" option.
Signed-off-by: Carmine Zaccagnino <carmine@carminezacc.com>
Signed-off-by: Alessandro Menti <alessandro.menti@alessandromenti.it>
Diffstat (limited to 'po')
-rw-r--r-- | po/it.po | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -12,7 +12,7 @@ msgstr "" "Project-Id-Version: Git\n" "Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n" "POT-Creation-Date: 2019-06-04 08:24+0800\n" -"PO-Revision-Date: 2019-06-23 20:50+0200\n" +"PO-Revision-Date: 2019-06-27 20:16+0200\n" "Last-Translator: Alessandro Menti <alessandro.menti@alessandromenti.it>\n" "Language-Team: Italian <>\n" "Language: it\n" @@ -6252,7 +6252,7 @@ msgstr "è già in corso un'operazione di cherry-pick o di revert" #: sequencer.c:2657 msgid "try \"git cherry-pick (--continue | --quit | --abort)\"" -msgstr "prova \"git cherry-pick (--continue | --quit | -- abort)\"" +msgstr "prova \"git cherry-pick (--continue | --quit | --abort)\"" #: sequencer.c:2660 #, c-format |