Skip to content

Commit 1c8f034

Browse files
committed
l10n: de.po: fix messages with abbreviated hashs
The three dots in messages where the hash is abbreviated were misinterpreted and are fixed with this commit. Noticed-by: Junio C Hamano <gitster@pobox.com> Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
1 parent c9f0dbf commit 1c8f034

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

po/de.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1271,12 +1271,12 @@ msgstr "Kann keine Commit-Beschreibung für %s bekommen"
12711271
#: sequencer.c:611
12721272
#, c-format
12731273
msgid "could not revert %s... %s"
1274-
msgstr "Konnte \"revert\" nicht auf %s ausführen... %s"
1274+
msgstr "Konnte \"revert\" nicht auf %s... (%s) ausführen"
12751275

12761276
#: sequencer.c:612
12771277
#, c-format
12781278
msgid "could not apply %s... %s"
1279-
msgstr "Konnte %s nicht anwenden... %s"
1279+
msgstr "Konnte %s... (%s) nicht anwenden"
12801280

12811281
#: sequencer.c:648
12821282
msgid "empty commit set passed"

0 commit comments

Comments
 (0)