diff options
author | Peter Krefting <peter@softwolves.pp.se> | 2021-06-21 20:31:28 +0100 |
---|---|---|
committer | Jiang Xin <worldhello.net@gmail.com> | 2021-07-09 08:16:12 +0800 |
commit | ae4e099e7cd2fcb7abdcce1b4fe02b40d5e4a61b (patch) | |
tree | a5ede4bbbc2ad21f06abf7937cceb73822c22294 /po/it.po | |
parent | Merge branch 'master' of github.com:Softcatala/git-po (diff) | |
download | tgif-ae4e099e7cd2fcb7abdcce1b4fe02b40d5e4a61b.tar.xz |
l10n: fixed typos of mismatched constant strings
Andrei pointed out a typo in the Swedish translation, where a config
variable name had been copied incorrectly.
By introducing typo detection function in "git-po-helper", more typos
were found. All easy-to-fix typos were fixed in this commit.
Reported-by: Andrei Rybak <rybak.a.v@gmail.com>
Signed-off-by: Peter Krefting <peter@softwolves.pp.se>
Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
Diffstat (limited to 'po/it.po')
-rw-r--r-- | po/it.po | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -14953,7 +14953,7 @@ msgid "" "--filter can only be used with the remote configured in extensions." "partialclone" msgstr "" -"--filter può essere usato solo con il remoto configurato nelle estensioni." +"--filter può essere usato solo con il remoto configurato nelle extensions." "partialclone" #: builtin/fetch.c:1891 @@ -19253,7 +19253,7 @@ msgstr "" #: builtin/rebase.c:474 msgid "git rebase--interactive [<options>]" -msgstr "git rebase --interactive [<opzioni>]" +msgstr "git rebase--interactive [<opzioni>]" #: builtin/rebase.c:487 builtin/rebase.c:1382 msgid "keep commits which start empty" @@ -21746,7 +21746,7 @@ msgid "could not generate diff %s^!." msgstr "impossibile generare il diff %s^!" #: builtin/stash.c:422 -msgid "conflicts in index.Try without --index." +msgid "conflicts in index. Try without --index." msgstr "ci sono conflitti nell'indice. Prova senza --index." #: builtin/stash.c:428 |