]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Fix several translatable strings.
authorVladimir Serbinenko <phcoder@gmail.com>
Fri, 24 Jan 2014 17:20:27 +0000 (18:20 +0100)
committerVladimir Serbinenko <phcoder@gmail.com>
Fri, 24 Jan 2014 17:20:27 +0000 (18:20 +0100)
Suggested by: D. Prévot.

ChangeLog
grub-core/commands/syslinuxcfg.c
grub-core/loader/arm64/linux.c
util/grub-syslinux2cfg.c

index 20e8baaa23e8c77eed0c5c6dc8bb5bc3ecaab7cf..e149d8ef33d77720f31b729f332332515addf92b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-01-24  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       Fix several translatable strings.
+
+       Suggested by: D. Prévot.
+
 2014-01-24  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * util/grub-install.c: List available targets.
index a4bfc40b6d2167f7e300360de294e647eae8be8f..00ae113c5a7083b3f75a38c2e9e175055db8097a 100644 (file)
@@ -50,7 +50,7 @@ static const struct grub_arg_option options[] =
      N_("root directory of the syslinux disk [default=/]."),
      N_("DIR"), ARG_TYPE_STRING},
     {"cwd",  'c', 0,
-     N_("current directory of the syslinux [default is parent directory of input file]."),
+     N_("current directory of syslinux [default is parent directory of input file]."),
      N_("DIR"), ARG_TYPE_STRING},
     {"isolinux",     'i',  0, N_("assume input is an isolinux configuration file."), 0, 0},
     {"pxelinux",     'p',  0, N_("assume input is a pxelinux configuration file."), 0, 0},
index 75ad871a81c20e2a8e217b5ecc7c7a5f0eeef8c7..65129c21a8de61b23bc1b48c58a4bc15dfa5302f 100644 (file)
@@ -120,7 +120,7 @@ check_kernel (struct grub_arm64_linux_kernel_header *lh)
 
   if ((lh->code0 & 0xffff) != GRUB_EFI_PE_MAGIC)
     return grub_error (GRUB_ERR_NOT_IMPLEMENTED_YET,
-                      N_("plain Image kernel not supported - rebuild with CONFIG_(U)EFI_STUB enabled"));
+                      N_("plain image kernel not supported - rebuild with CONFIG_(U)EFI_STUB enabled"));
 
   grub_dprintf ("linux", "UEFI stub kernel:\n");
   grub_dprintf ("linux", "text_offset = 0x%012llx\n",
index 5e944c20a83a66e50d6510ad4d505da6a608c949..f4fda6db9bb5aab3e5ff2adb11f999b6293218fe 100644 (file)
@@ -66,10 +66,10 @@ static struct argp_option options[] = {
    N_("root directory of the syslinux disk [default=/]."), 0},
   {"target-cwd",  'T', N_("DIR"), 0,
    N_(
-      "current directory of the syslinux as it will be seen on runtime  [default is parent directory of input file]."
+      "current directory of syslinux as it will be seen on runtime  [default is parent directory of input file]."
 ), 0},
   {"cwd",  'c', N_("DIR"), 0,
-   N_("current directory of the syslinux [default is parent directory of input file]."), 0},
+   N_("current directory of syslinux [default is parent directory of input file]."), 0},
 
   {"output",  'o', N_("FILE"), 0, N_("write output to FILE [default=stdout]."), 0},
   {"isolinux",     'i', 0,      0, N_("assume input is an isolinux configuration file."), 0},