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"));
}
}
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"
msgstr[1] ""
#: plugins/sudoers/logging.c:377
-msgid "password required"
+msgid "a password is required"
msgstr ""
#: plugins/sudoers/logging.c:528