From: Philipp Weißmann Date: Mon, 1 Jul 2019 05:20:33 +0000 (+0200) Subject: l10n: de.po: Fix typo in German translation X-Git-Tag: v2.23.0~1^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=291ada22cb1762dde06db13a3c5ec5e10c4367a8;p=thirdparty%2Fgit.git 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 Reviewed-by: Matthias Rüster --- diff --git a/po/de.po b/po/de.po index 696f2c9707..f79d074d34 100644 --- a/po/de.po +++ b/po/de.po @@ -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