diff options
author | Thomas Bächler <thomas@archlinux.org> | 2011-01-28 21:45:17 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-01-28 23:41:21 +0100 |
commit | 272f7cf25e9a12268f23a6018000625630026434 (patch) | |
tree | 1b1a3cc00f6c4aaa03cbfb87bf4b48a57c590e70 /lib/libalpm | |
parent | f95080884ca4b9a952ef02057c0c62cf2228f79e (diff) | |
download | pacman-272f7cf25e9a12268f23a6018000625630026434.tar.gz pacman-272f7cf25e9a12268f23a6018000625630026434.tar.xz |
libalpm: Fix a missing "nicht" (not) in German translation.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'lib/libalpm')
-rw-r--r-- | lib/libalpm/po/de.po | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libalpm/po/de.po b/lib/libalpm/po/de.po index c1c6a0b8..c90d52a0 100644 --- a/lib/libalpm/po/de.po +++ b/lib/libalpm/po/de.po @@ -205,7 +205,7 @@ msgstr "Konnte Datei '%s' nicht von %s übertragen : %s\n" #, c-format msgid "resuming download of %s not possible; starting over\n" -msgstr "Kann den Download von %s wieder aufnehmen, starte neu\n" +msgstr "Kann den Download von %s nicht wieder aufnehmen, starte neu\n" #, c-format msgid "error writing to file '%s': %s\n" |