summaryrefslogtreecommitdiff
path: root/scripts/changelog
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2006-06-21 04:46:12 +0000
committerGuillem Jover <guillem@debian.org>2006-06-21 04:46:12 +0000
commit9cb480c21790353bfeab5a359f709b37eeb1020d (patch)
tree0a807b0b229ebd7f5527c7a3ac23097e99144c5f /scripts/changelog
parentce8ae0fdb9640a3f923f6782714cf4791974b1a1 (diff)
downloaddpkg-9cb480c21790353bfeab5a359f709b37eeb1020d.tar.gz
Modified some strings to be able to merge them in the .pot files.
Diffstat (limited to 'scripts/changelog')
-rwxr-xr-xscripts/changelog/debian.pl2
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'"), $_));
}
}