Skip to content

Commit

Permalink
l10n: de.po: fix messages with abbreviated hashs
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ralf Thielow committed Apr 2, 2015
1 parent c9f0dbf commit 1c8f034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions po/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -1271,12 +1271,12 @@ msgstr "Kann keine Commit-Beschreibung für %s bekommen"
#: sequencer.c:611
#, c-format
msgid "could not revert %s... %s"
msgstr "Konnte \"revert\" nicht auf %s ausführen... %s"
msgstr "Konnte \"revert\" nicht auf %s... (%s) ausführen"

#: sequencer.c:612
#, c-format
msgid "could not apply %s... %s"
msgstr "Konnte %s nicht anwenden... %s"
msgstr "Konnte %s... (%s) nicht anwenden"

#: sequencer.c:648
msgid "empty commit set passed"
Expand Down

0 comments on commit 1c8f034

Please sign in to comment.