]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/grub-kbdcomp.in: Change "layout" to "keyboard layout" in
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 6 Mar 2012 13:06:14 +0000 (14:06 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 6 Mar 2012 13:06:14 +0000 (14:06 +0100)
description.

ChangeLog
util/grub-kbdcomp.in

index ee22ab1b47964e12000fa1f1b6c4a8365c334e54..bbc7d87a8f72681d6fa798691ececcc3b03c175b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2012-03-06  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * util/grub-kbdcomp.in: Change "layout" to "keyboard layout" in
+       description.
+
 2012-03-06  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * util/grub-script-check.c (main): Fix a syntax error message which was
index f0206d2c5f1ff7174c8d14ac193a24dd137d8f78..99c07656f9a6615bce5da60085f2312bd93764d6 100644 (file)
@@ -24,7 +24,7 @@ self=`basename $0`
 
 usage () {
     gettext_printf "Usage: %s -o OUTPUT CKBMAP_ARGUMENTS...\n" "$self"
-    gettext "Make GRUB layout file."; echo
+    gettext "Make GRUB keyboard layout file."; echo
     echo
     printf "  -h, --help              %s\n" "$(gettext "print this message and exit")"
     printf "  -v, --version           %s\n" "$(gettext "print the version information and exit")"