All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Vladimir 'φ-coder/phcoder' Serbinenko" <phcoder@gmail.com>
To: The development of GNU GRUB <grub-devel@gnu.org>
Subject: Re: gettext: commands/*
Date: Mon, 21 Dec 2009 13:16:04 +0100	[thread overview]
Message-ID: <4B2F6704.50107@gmail.com> (raw)
In-Reply-To: <20091221002140.GA8691@pina.cat>

[-- Attachment #1: Type: text/plain, Size: 2126 bytes --]

=== modified file 'commands/blocklist.c'
--- commands/blocklist.c	2009-06-10 21:04:23 +0000
+++ commands/blocklist.c	2009-12-21 00:09:02 +0000
@@ -87,7 +87,7 @@ grub_cmd_blocklist (grub_command_t cmd _
 
   if (! file->device->disk)
     return grub_error (GRUB_ERR_BAD_DEVICE,
-		       "this command is available only for disk devices.");
+		       "this command is available only for disk devices"); 
Capitalisation and full stop

=== modified file 'commands/halt.c'
--- commands/halt.c	2009-12-03 23:07:29 +0000
+++ commands/halt.c	2009-12-21 00:10:33 +0000
@@ -35,7 +35,7 @@ static grub_command_t cmd;
 GRUB_MOD_INIT(halt)
 {
   cmd = grub_register_command ("halt", grub_cmd_halt,
-			       0, "halts the computer.  This command does not"
+			       0, "Halts the computer.  This command does not"
 			       " work on all firmware.");
I would rather say "On *every* firmware."
   cmd_terminal_input =
     grub_register_command ("terminal_input", grub_cmd_handler,
 			   "terminal_input [handler]",
-			   "List or select a handler");
+			   "List or select an input handler.");
I would rather say input terminal.
   cmd_terminal_output =
     grub_register_command ("terminal_output", grub_cmd_handler,
 			   "terminal_output [handler]",
-			   "List or select a handler");
+			   "List or select an output handler.");
Likewise
=== modified file 'commands/hexdump.c'
--- commands/hexdump.c	2009-12-10 13:37:42 +0000
+++ commands/hexdump.c	2009-12-21 00:12:18 +0000
-  {"length", 'n', 0, "read only length bytes", 0, ARG_TYPE_INT},
+  {"length", 'n', 0, "Read only length bytes", 0, ARG_TYPE_INT},
I would rather write LENGTH. And full stop.
=== modified file 'commands/loadenv.c'
--- commands/loadenv.c	2009-09-01 19:07:42 +0000
+++ commands/loadenv.c	2009-12-21 00:12:52 +0000
@@ -29,7 +29,7 @@
 
 static const struct grub_arg_option options[] =
   {
-    {"file", 'f', 0, "specify filename", 0, ARG_TYPE_PATHNAME},
+    {"file", 'f', 0, "Specify filename.", 0, ARG_TYPE_PATHNAME},
Filename for what?



-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko



[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 293 bytes --]

  parent reply	other threads:[~2009-12-21 12:16 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-12-06 18:22 gettext: commands/* Carles Pina i Estany
2009-12-07  0:49 ` Carles Pina i Estany
2009-12-07  8:44   ` Carles Pina i Estany
2009-12-07 23:23 ` Vladimir 'φ-coder/phcoder' Serbinenko
2009-12-21  0:21   ` Carles Pina i Estany
2009-12-21  0:47     ` Carles Pina i Estany
2009-12-21 12:16     ` Vladimir 'φ-coder/phcoder' Serbinenko [this message]
2009-12-21 12:37       ` Colin Watson
2009-12-21 16:17         ` Bruce Dubbs
2009-12-24 21:03           ` Robert Millan
2009-12-21 22:13       ` Carles Pina i Estany

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4B2F6704.50107@gmail.com \
    --to=phcoder@gmail.com \
    --cc=grub-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.