Blame SOURCES/0440-grub-core-commands-videoinfo.c-Use-paletted-rather-t.patch

f96e0b
From 06e77f951e1d316bab1e799b1fed741e59d25ce9 Mon Sep 17 00:00:00 2001
f96e0b
From: Vladimir 'phcoder' Serbinenko <phcoder@gmail.com>
f96e0b
Date: Tue, 7 May 2013 14:44:05 +0200
f96e0b
Subject: [PATCH 440/482] 	* grub-core/commands/videoinfo.c: Use
f96e0b
 "paletted" rather than "packed 	pixel".
f96e0b
f96e0b
---
f96e0b
 ChangeLog                      | 5 +++++
f96e0b
 grub-core/commands/videoinfo.c | 6 +++---
f96e0b
 2 files changed, 8 insertions(+), 3 deletions(-)
f96e0b
f96e0b
diff --git a/ChangeLog b/ChangeLog
f96e0b
index b7b3777..8b77759 100644
f96e0b
--- a/ChangeLog
f96e0b
+++ b/ChangeLog
f96e0b
@@ -1,5 +1,10 @@
f96e0b
 2013-05-07  Vladimir Serbinenko  <phcoder@gmail.com>
f96e0b
 
f96e0b
+	* grub-core/commands/videoinfo.c: Use "paletted" rather than "packed
f96e0b
+	pixel".
f96e0b
+
f96e0b
+2013-05-07  Vladimir Serbinenko  <phcoder@gmail.com>
f96e0b
+
f96e0b
 	Menu color test.
f96e0b
 
f96e0b
 2013-05-07  Vladimir Serbinenko  <phcoder@gmail.com>
f96e0b
diff --git a/grub-core/commands/videoinfo.c b/grub-core/commands/videoinfo.c
f96e0b
index 7a75c9d..4be8107 100644
f96e0b
--- a/grub-core/commands/videoinfo.c
f96e0b
+++ b/grub-core/commands/videoinfo.c
f96e0b
@@ -73,9 +73,9 @@ hook (const struct grub_video_mode_info *info, void *hook_arg)
f96e0b
 		  info->blue_field_pos,
f96e0b
 		  info->reserved_field_pos);
f96e0b
   if (info->mode_type & GRUB_VIDEO_MODE_TYPE_INDEX_COLOR)
f96e0b
-    /* TRANSLATORS: In "packed pixel" mode you write the index of the color
f96e0b
-       in the palette. Synonyms include "paletted color".  */
f96e0b
-    grub_xputs (_("Packed pixel "));
f96e0b
+    /* TRANSLATORS: In "paletted color" mode you write the index of the color
f96e0b
+       in the palette. Synonyms include "packed pixel".  */
f96e0b
+    grub_xputs (_("Paletted "));
f96e0b
   if (info->mode_type & GRUB_VIDEO_MODE_TYPE_YUV)
f96e0b
     grub_xputs (_("YUV "));
f96e0b
   if (info->mode_type & GRUB_VIDEO_MODE_TYPE_PLANAR)
f96e0b
-- 
f96e0b
1.8.2.1
f96e0b