diff options
author | Karel Zak <kzak@redhat.com> | 2007-10-11 14:31:41 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2007-10-11 14:31:41 +0200 |
commit | 36aa1580900d3de51383e5c003a535adfccd9a4c (patch) | |
tree | c22e0479f9d10dd8a1a903345fc895a4a853697f /po | |
parent | de6bd3e8f10a1c1eeec36b2ee636fc820f902f3e (diff) | |
download | util-linux-old-36aa1580900d3de51383e5c003a535adfccd9a4c.tar.gz |
po: fix typo in de.po
de.po:9010: internationalized messages should not contain the `\r' escape sequence
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'po')
-rw-r--r-- | po/de.po | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9058,7 +9058,7 @@ msgid "" "\t-a : all (default)\n" msgstr "" "\t-s : Semaphoren\n" -"\r-a : alles (Voreinstellung)\n" +"\t-a : alles (Voreinstellung)\n" #: sys-utils/ipcs.c:134 #, c-format |