From 291ada22cb1762dde06db13a3c5ec5e10c4367a8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Philipp=20Wei=C3=9Fmann?= Date: Mon, 1 Jul 2019 07:20:33 +0200 Subject: [PATCH] l10n: de.po: Fix typo in German translation MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- po/de.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.49.0