Signed-off-by: Ralf Thielow <redacted>
---
po/de.po | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/po/de.po b/po/de.po
index b777ef4..d7bc424 100644
--- a/po/de.po
+++ b/po/de.po
@@ -3503,7 +3503,7 @@ msgstr "Gewechselt zu umgesetzten Branch '%s'\n"
#: builtin/checkout.c:648 builtin/checkout.c:1033
#, c-format
msgid "Switched to a new branch '%s'\n"
-msgstr "Gewechselt zu einem neuem Branch '%s'\n"
+msgstr "Gewechselt zu einem neuen Branch '%s'\n"
#: builtin/checkout.c:650
#, c-format
--
2.0.0.415.g8cd8cf8
On 12.06.2014 18:12, Ralf Thielow wrote:
quoted hunk
Signed-off-by: Ralf Thielow <redacted>
---
po/de.po | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/po/de.po b/po/de.po
index b777ef4..d7bc424 100644
--- a/po/de.po
+++ b/po/de.po
@@ -3503,7 +3503,7 @@ msgstr "Gewechselt zu umgesetzten Branch '%s'\n"
#: builtin/checkout.c:648 builtin/checkout.c:1033
#, c-format
msgid "Switched to a new branch '%s'\n"
-msgstr "Gewechselt zu einem neuem Branch '%s'\n"
+msgstr "Gewechselt zu einem neuen Branch '%s'\n"
How about ?
+msgstr "Zu neuem Branch '%s' gewechselt\n"
#: builtin/checkout.c:650
#, c-format
Suggested-by: Stefan Beller <redacted>
Signed-off-by: Ralf Thielow <redacted>
---
Am 12. Juni 2014 19:59 schrieb Stefan Beller [off-list ref]:
On 12.06.2014 18:12, Ralf Thielow wrote:
quoted
Signed-off-by: Ralf Thielow <redacted>
#, c-format
msgid "Switched to a new branch '%s'\n"
-msgstr "Gewechselt zu einem neuem Branch '%s'\n"
+msgstr "Gewechselt zu einem neuen Branch '%s'\n"
How about ?
+msgstr "Zu neuem Branch '%s' gewechselt\n"
Much better. Thanks!
po/de.po | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/po/de.po b/po/de.po
index b777ef4..f7ecd1e 100644
--- a/po/de.po
+++ b/po/de.po
@@ -3498,17 +3498,17 @@ msgstr "Bereits auf '%s'\n"
#: builtin/checkout.c:646
#, 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:648 builtin/checkout.c:1033
#, 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:650
#, c-format
msgid "Switched to branch '%s'\n"
-msgstr "Gewechselt zu Branch '%s'\n"
+msgstr "Zu Branch '%s' gewechselt\n"
#: builtin/checkout.c:706
#, c-format
--
2.0.0.415.g8cd8cf8