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/de.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/de.po')
-rw-r--r-- | po/de.po | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3395,7 +3395,7 @@ msgstr "" #: diff.c:410 #, c-format msgid "Unknown value for 'diff.submodule' config variable: '%s'" -msgstr "Unbekannter Wert in Konfigurationsvariable 'diff.dirstat': '%s'" +msgstr "Unbekannter Wert in Konfigurationsvariable 'diff.submodule': '%s'" #: diff.c:470 #, c-format |