]> granicus.if.org Git - shadow/commitdiff
* s/gid/GID/ in message string.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 22 Jan 2008 22:57:55 +0000 (22:57 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 22 Jan 2008 22:57:55 +0000 (22:57 +0000)
 * Set this string for translation.

ChangeLog
src/useradd.c

index 4c0a9b1df7c40497c85595643df0096dfc9ebf39..d7b53d270e5e8bf9bd3b3a2f7946e1a83247a60a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-01-22  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * src/useradd.c: s/gid/GID/ in message string.
+       * src/useradd.c: Set this string for translation.
+
 2008-01-22  Nicolas François  <nicolas.francois@centraliens.net>
 
        * man/grpck.8.xml: Fix typo. Remove "the" from "All entries in the
index f66f4bc6ec7fcc5968450a020288c2e57d62d6bd..a1509ada53cfaa0a6f0dc83bfc92c8b316554d30 100644 (file)
@@ -903,7 +903,7 @@ static void find_new_gid (void)
                }
                if (user_gid == gid_max) {
                        fprintf (stderr,
-                                "%s: can't get unique gid (run out of GIDs)\n",
+                                _("%s: can't get unique GID (run out of GIDs)\n"),
                                 Prog);
                        fail_exit (4);
                }