diff options
author | Peter Krefting <peter@softwolves.pp.se> | 2021-06-21 21:31:28 +0200 |
---|---|---|
committer | Jiang Xin <worldhello.net@gmail.com> | 2021-07-09 02:16:12 +0200 |
commit | ae4e099e7cd2fcb7abdcce1b4fe02b40d5e4a61b (patch) | |
tree | a5ede4bbbc2ad21f06abf7937cceb73822c22294 /po/pt_PT.po | |
parent | Merge branch 'master' of github.com:Softcatala/git-po (diff) | |
download | git-ae4e099e7cd2fcb7abdcce1b4fe02b40d5e4a61b.tar.xz git-ae4e099e7cd2fcb7abdcce1b4fe02b40d5e4a61b.zip |
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/pt_PT.po')
-rw-r--r-- | po/pt_PT.po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/pt_PT.po b/po/pt_PT.po index f068d0e0ba..3b15fccf9a 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -14610,7 +14610,7 @@ msgstr "Referência remota HEAD não encontrada" #: builtin/fetch.c:677 #, c-format msgid "configuration fetch.output contains invalid value %s" -msgstr "a configuração fetch.ouput contém o valor inválido %s" +msgstr "a configuração fetch.output contém o valor inválido %s" #: builtin/fetch.c:775 #, c-format |