]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
textual: gettextize an overlooked string
authorBenno Schulenberg <bensberg@justemail.net>
Sat, 26 Jan 2013 22:17:38 +0000 (23:17 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 30 Jan 2013 15:06:23 +0000 (16:06 +0100)
* login-utils/islocal.c: Gettexttize the usage message.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
login-utils/islocal.c

index 1f8516618e709ef880dbd7da22a0834f81a96e10..0235b781c7b0cd5c40b52c26d846cf3e61d8e875 100644 (file)
@@ -96,7 +96,7 @@ int main(int argc, char *argv[])
 {
        atexit(close_stdout);
        if (argc <= 2) {
-               fprintf(stderr, "usage: %s <passwdfile> <username> [...]\n",
+               fprintf(stderr, _("Usage: %s <passwordfile> <username>...\n"),
                        argv[0]);
                return 1;
        } else {