Blame SOURCES/0043-Fix-several-translatable-strings.patch

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