]> granicus.if.org Git - sudo/commitdiff
Use "a password is required" instead of "password required" when
authorTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 11 Jul 2012 20:28:40 +0000 (16:28 -0400)
committerTodd C. Miller <Todd.Miller@courtesan.com>
Wed, 11 Jul 2012 20:28:40 +0000 (16:28 -0400)
the -n flag is used and we need to read a password.

plugins/sudoers/logging.c
plugins/sudoers/po/sudoers.pot

index 0f0b13c93589b51c8851d907a4cf154a728e72b4..239a60436a5f194b710e4b8dccb040f554810549 100644 (file)
@@ -374,7 +374,7 @@ log_auth_failure(int status, int tries)
        log_error(flags, ngettext("%d incorrect password attempt",
            "%d incorrect password attempts", tries), tries);
     } else if (ISSET(status, FLAG_NON_INTERACTIVE)) {
-       log_error(flags, _("password required"));
+       log_error(flags, _("a password is required"));
     }
 }
 
index b5db1a73b5950c988d41241970253cb1c230507c..3a0e1d30cae7b8e37af39ec875afd0d3293d27bf 100644 (file)
@@ -7,7 +7,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: sudo 1.8.6\n"
 "Report-Msgid-Bugs-To: http://www.sudo.ws/bugs\n"
-"POT-Creation-Date: 2012-07-10 14:52-0400\n"
+"POT-Creation-Date: 2012-07-11 16:27-0400\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1040,7 +1040,7 @@ msgstr[0] ""
 msgstr[1] ""
 
 #: plugins/sudoers/logging.c:377
-msgid "password required"
+msgid "a password is required"
 msgstr ""
 
 #: plugins/sudoers/logging.c:528