diff options
author | Ralf Thielow <ralf.thielow@gmail.com> | 2014-06-11 18:10:45 +0200 |
---|---|---|
committer | Ralf Thielow <ralf.thielow@gmail.com> | 2014-08-23 19:17:38 +0200 |
commit | 795b9ff872bbcd4bae3a8c80eaee7f12557e6830 (patch) | |
tree | ba06b554e027f5228305e3691cf9fcf0a81db39e | |
parent | 47abf17be5db745f0d41ec5257c341b8893f43fe (diff) | |
download | git-795b9ff872bbcd4bae3a8c80eaee7f12557e6830.tar.gz git-795b9ff872bbcd4bae3a8c80eaee7f12557e6830.tar.xz |
l10n: de.po: fix typo
Reported-by: Hartmut Henkel
Signed-off-by: Ralf Thielow <ralf.thielow@gmail.com>
-rw-r--r-- | po/de.po | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10533,13 +10533,13 @@ msgstr "Bitte committen Sie die Ă„nderungen oder benutzen Sie \"stash\"." #: git-rebase.sh:585 #, sh-format msgid "Current branch $branch_name is up to date." -msgstr "Aktueller Branch $branch_name ist auf dem neusten Stand." +msgstr "Aktueller Branch $branch_name ist auf dem neuesten Stand." #: git-rebase.sh:589 #, sh-format msgid "Current branch $branch_name is up to date, rebase forced." msgstr "" -"Aktueller Branch $branch_name ist auf dem neusten Stand, Rebase erzwungen." +"Aktueller Branch $branch_name ist auf dem neuesten Stand, Rebase erzwungen." #: git-rebase.sh:600 #, sh-format |