]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/grub-script-check.c (main): Uniform the error message.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 20 Jan 2013 21:05:55 +0000 (22:05 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 20 Jan 2013 21:05:55 +0000 (22:05 +0100)
ChangeLog
util/grub-script-check.c

index 3ac8171bc1014500b537796979a9740e4a047e01..8eab442247a7563cd7c84019499342959ab39b73 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-01-20  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * util/grub-script-check.c (main): Uniform the error message.
+
 2013-01-20  Colin Watson  <cjwatson@ubuntu.com>
 
        Remove nested functions from ELF iterators.
index 203a3ffded1eed832c5bdce6762903e84a3cf2aa..48c772a07cb2b69c422af92b7619ba6606cab44a 100644 (file)
@@ -169,7 +169,7 @@ main (int argc, char *argv[])
       if (! ctx.file)
        {
           char *program = xstrdup(program_name);
-         fprintf (stderr, "%s: %s: %s\n", program_name, 
+         fprintf (stderr, _("cannot open `%s': %s"),
                   ctx.arguments.filename, strerror (errno));
           argp_help (&argp, stderr, ARGP_HELP_STD_USAGE, program);
           free(program);