diff options
author | Ralf Thielow <ralf.thielow@gmail.com> | 2014-06-12 20:15:55 +0200 |
---|---|---|
committer | Ralf Thielow <ralf.thielow@gmail.com> | 2014-08-23 19:17:38 +0200 |
commit | 869951babc24fef5c5cd58f86baefc25b6ed3765 (patch) | |
tree | 61f0a39adb64e4c6f1b8f842336236ee742d9530 /po/de.po | |
parent | 795b9ff872bbcd4bae3a8c80eaee7f12557e6830 (diff) | |
download | git-869951babc24fef5c5cd58f86baefc25b6ed3765.tar.gz |
l10n: de.po: improve message when switching branches
Suggested-by: Stefan Beller <stefanbeller@gmail.com>
Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -3412,17 +3412,17 @@ msgstr "Bereits auf '%s'\n" #: builtin/checkout.c:645 #, c-format msgid "Switched to and reset branch '%s'\n" -msgstr "Gewechselt zu umgesetzten Branch '%s'\n" +msgstr "Zu umgesetztem Branch '%s' gewechselt\n" #: builtin/checkout.c:647 builtin/checkout.c:1032 #, c-format msgid "Switched to a new branch '%s'\n" -msgstr "Gewechselt zu einem neuem Branch '%s'\n" +msgstr "Zu neuem Branch '%s' gewechselt\n" #: builtin/checkout.c:649 #, c-format msgid "Switched to branch '%s'\n" -msgstr "Gewechselt zu Branch '%s'\n" +msgstr "Zu Branch '%s' gewechselt\n" #: builtin/checkout.c:705 #, c-format |