011fe81
From 2cd73ec6b2efeaff2bdcd40cce0cd3145d9e07d0 Mon Sep 17 00:00:00 2001
78a3d7d
From: Vladimir Serbinenko <phcoder@gmail.com>
78a3d7d
Date: Fri, 24 Jan 2014 18:20:27 +0100
58fe9aa
Subject: [PATCH 043/152] 	Fix several translatable strings.
78a3d7d
MIME-Version: 1.0
78a3d7d
Content-Type: text/plain; charset=UTF-8
78a3d7d
Content-Transfer-Encoding: 8bit
78a3d7d
78a3d7d
	Suggested by: D. Prévot.
78a3d7d
---
78a3d7d
 ChangeLog                        | 6 ++++++
78a3d7d
 grub-core/commands/syslinuxcfg.c | 2 +-
78a3d7d
 grub-core/loader/arm64/linux.c   | 2 +-
78a3d7d
 util/grub-syslinux2cfg.c         | 4 ++--
78a3d7d
 4 files changed, 10 insertions(+), 4 deletions(-)
78a3d7d
78a3d7d
diff --git a/ChangeLog b/ChangeLog
011fe81
index 20e8baa..e149d8e 100644
78a3d7d
--- a/ChangeLog
78a3d7d
+++ b/ChangeLog
78a3d7d
@@ -1,5 +1,11 @@
78a3d7d
 2014-01-24  Vladimir Serbinenko  <phcoder@gmail.com>
78a3d7d
 
78a3d7d
+	Fix several translatable strings.
78a3d7d
+
78a3d7d
+	Suggested by: D. Prévot.
78a3d7d
+
78a3d7d
+2014-01-24  Vladimir Serbinenko  <phcoder@gmail.com>
78a3d7d
+
78a3d7d
 	* util/grub-install.c: List available targets.
78a3d7d
 
78a3d7d
 2014-01-23  Colin Watson  <cjwatson@ubuntu.com>
78a3d7d
diff --git a/grub-core/commands/syslinuxcfg.c b/grub-core/commands/syslinuxcfg.c
78a3d7d
index a4bfc40..00ae113 100644
78a3d7d
--- a/grub-core/commands/syslinuxcfg.c
78a3d7d
+++ b/grub-core/commands/syslinuxcfg.c
78a3d7d
@@ -50,7 +50,7 @@ static const struct grub_arg_option options[] =
78a3d7d
      N_("root directory of the syslinux disk [default=/]."),
78a3d7d
      N_("DIR"), ARG_TYPE_STRING},
78a3d7d
     {"cwd",  'c', 0,
78a3d7d
-     N_("current directory of the syslinux [default is parent directory of input file]."),
78a3d7d
+     N_("current directory of syslinux [default is parent directory of input file]."),
78a3d7d
      N_("DIR"), ARG_TYPE_STRING},
78a3d7d
     {"isolinux",     'i',  0, N_("assume input is an isolinux configuration file."), 0, 0},
78a3d7d
     {"pxelinux",     'p',  0, N_("assume input is a pxelinux configuration file."), 0, 0},
78a3d7d
diff --git a/grub-core/loader/arm64/linux.c b/grub-core/loader/arm64/linux.c
78a3d7d
index 75ad871..65129c2 100644
78a3d7d
--- a/grub-core/loader/arm64/linux.c
78a3d7d
+++ b/grub-core/loader/arm64/linux.c
78a3d7d
@@ -120,7 +120,7 @@ check_kernel (struct grub_arm64_linux_kernel_header *lh)
78a3d7d
 
78a3d7d
   if ((lh->code0 & 0xffff) != GRUB_EFI_PE_MAGIC)
78a3d7d
     return grub_error (GRUB_ERR_NOT_IMPLEMENTED_YET,
78a3d7d
-		       N_("plain Image kernel not supported - rebuild with CONFIG_(U)EFI_STUB enabled"));
78a3d7d
+		       N_("plain image kernel not supported - rebuild with CONFIG_(U)EFI_STUB enabled"));
78a3d7d
 
78a3d7d
   grub_dprintf ("linux", "UEFI stub kernel:\n");
78a3d7d
   grub_dprintf ("linux", "text_offset = 0x%012llx\n",
78a3d7d
diff --git a/util/grub-syslinux2cfg.c b/util/grub-syslinux2cfg.c
78a3d7d
index 5e944c2..f4fda6d 100644
78a3d7d
--- a/util/grub-syslinux2cfg.c
78a3d7d
+++ b/util/grub-syslinux2cfg.c
78a3d7d
@@ -66,10 +66,10 @@ static struct argp_option options[] = {
78a3d7d
    N_("root directory of the syslinux disk [default=/]."), 0},
78a3d7d
   {"target-cwd",  'T', N_("DIR"), 0,
78a3d7d
    N_(
78a3d7d
-      "current directory of the syslinux as it will be seen on runtime  [default is parent directory of input file]."
78a3d7d
+      "current directory of syslinux as it will be seen on runtime  [default is parent directory of input file]."
78a3d7d
 ), 0},
78a3d7d
   {"cwd",  'c', N_("DIR"), 0,
78a3d7d
-   N_("current directory of the syslinux [default is parent directory of input file]."), 0},
78a3d7d
+   N_("current directory of syslinux [default is parent directory of input file]."), 0},
78a3d7d
 
78a3d7d
   {"output",  'o', N_("FILE"), 0, N_("write output to FILE [default=stdout]."), 0},
78a3d7d
   {"isolinux",     'i', 0,      0, N_("assume input is an isolinux configuration file."), 0},
78a3d7d
-- 
37b39b7
1.9.3
78a3d7d