diff options
author | David Kalnischkies <david@kalnischkies.de> | 2015-09-12 10:15:52 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2015-09-14 15:22:18 +0200 |
commit | 7c4f1ca5fe315a8223570b05994d6d7ca7c55c4f (patch) | |
tree | 1815d1cbf49770f228b6ea72275c17ddc8527e57 /po/de.po | |
parent | 4b8f2236b40599e191814fcd74e6a48eeafd757f (diff) |
implement apt-get source msg 'Please use: $vcs' for git
A bit unfair that only Bzr had this message. Lets at least print it for
git as well with the option of adding more later without string changes.
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -391,12 +391,10 @@ msgstr "" #: cmdline/apt-get.cc:747 #, c-format msgid "" -"Please use:\n" -"bzr branch %s\n" +"Please use:\n%s\n" "to retrieve the latest (possibly unreleased) updates to the package.\n" msgstr "" -"Bitte verwenden Sie:\n" -"bzr branch %s\n" +"Bitte verwenden Sie:\n%s\n" "um die neuesten (möglicherweise noch unveröffentlichten) Aktualisierungen\n" "für das Paket abzurufen.\n" |