* util/grub-kbdcomp.in: Change "layout" to "keyboard layout" in

description.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-03-06 14:06:14 +01:00
parent 09963c760d
commit f2e243c078
2 changed files with 6 additions and 1 deletions

View File

@ -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

View 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")"