]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/grub-install.in: Add missing dot at the end of sentence.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 6 Mar 2012 14:45:30 +0000 (15:45 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 6 Mar 2012 14:45:30 +0000 (15:45 +0100)
ChangeLog
util/grub-install.in

index c0c856a1bd521b0a060340a29fe3e4867833018f..3f032ae87ace55bb2a7fff6638a4a78615491b60 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-03-06  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * util/grub-install.in: Add missing dot at the end of sentence.
+
 2012-03-06  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * grub-core/commands/videoinfo.c: Add TRANSLATORS comments.
index a6b402504a1cf1f085a9d3574708796239ee8a0c..cac28cf70d843898a131a0026fe56f0e037015e6 100644 (file)
@@ -107,7 +107,7 @@ usage () {
     printf "  --recheck               %s\n" "$(gettext "delete device map if it already exists")"
     printf "  --force                 %s\n" "$(gettext "install even if problems are detected")"
     printf "  --force-file-id         %s\n" "$(gettext "use identifier file even if UUID is available")"
-    printf "  --disk-module=%-10s%s\n" "$(gettext "MODULE")" "$(gettext "disk module to use (biosdisk or native). This option is only available on BIOS target")"
+    printf "  --disk-module=%-10s%s\n" "$(gettext "MODULE")" "$(gettext "disk module to use (biosdisk or native). This option is only available on BIOS target.")"
     printf "  --no-nvram              %s\n" "$(gettext "don't update the \`boot-device' NVRAM variable. This option is only available on IEEE1275 targets.")"
     printf "  --removable             %s\n" "$(gettext "the installation device is removable. This option is only available on EFI.")"
     printf "  --bootloader-id=%-8s%s\n" "$(gettext "ID")" "$(gettext "the ID of bootloader. This option is only available on EFI.")"