diff options
author | Philipp Weißmann <mail@philipp-weissmann.de> | 2019-07-01 07:20:33 +0200 |
---|---|---|
committer | Matthias Rüster <matthias.ruester@gmail.com> | 2019-07-14 16:55:21 +0200 |
commit | 291ada22cb1762dde06db13a3c5ec5e10c4367a8 (patch) | |
tree | 1a28731adb58f05c10cf01826d0d5e514d9f128e | |
parent | l10n: it.po: remove an extra space (diff) | |
download | tgif-291ada22cb1762dde06db13a3c5ec5e10c4367a8.tar.xz |
l10n: de.po: Fix typo in German translation
Fix translation error of "complete => "vollständig" instead of
"unvollständig"
Currently: Documentation states that --unshallow can NOT be used on
INcomplete projects. This is wrong;
Correct would be: --unshallow can NOT be used on complete projects.
This change fixes that error in the German translation.
Signed-off-by: Philipp Weißmann <mail@philipp-weissmann.de>
Reviewed-by: Matthias Rüster <matthias.ruester@gmail.com>
-rw-r--r-- | po/de.po | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -12796,7 +12796,7 @@ msgstr "" #: builtin/fetch.c:1603 msgid "--unshallow on a complete repository does not make sense" msgstr "" -"Die Option --unshallow kann nicht in einem Repository mit unvollständiger " +"Die Option --unshallow kann nicht in einem Repository mit vollständiger " "Historie verwendet werden." #: builtin/fetch.c:1619 |