diff options
author | Guillem Jover <guillem@debian.org> | 2006-06-21 04:46:12 +0000 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2006-06-21 04:46:12 +0000 |
commit | 9cb480c21790353bfeab5a359f709b37eeb1020d (patch) | |
tree | 0a807b0b229ebd7f5527c7a3ac23097e99144c5f /scripts/changelog | |
parent | ce8ae0fdb9640a3f923f6782714cf4791974b1a1 (diff) | |
download | dpkg-9cb480c21790353bfeab5a359f709b37eeb1020d.tar.gz |
Modified some strings to be able to merge them in the .pot files.
Diffstat (limited to 'scripts/changelog')
-rwxr-xr-x | scripts/changelog/debian.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/changelog/debian.pl b/scripts/changelog/debian.pl index f083f0b6e..d9ccc9421 100755 --- a/scripts/changelog/debian.pl +++ b/scripts/changelog/debian.pl @@ -56,7 +56,7 @@ while (@ARGV) { } elsif (m/^--version$/) { &version; exit(0); } else { - &usageerr(sprintf(_g("unknown option or argument \`%s'"), $_)); + &usageerr(sprintf(_g("unknown option \`%s'"), $_)); } } |