From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1NMhBc-0007a8-AD for mharc-grub-devel@gnu.org; Mon, 21 Dec 2009 07:16:28 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NMhBY-0007Wk-PI for grub-devel@gnu.org; Mon, 21 Dec 2009 07:16:24 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NMhBT-0007TO-Nb for grub-devel@gnu.org; Mon, 21 Dec 2009 07:16:24 -0500 Received: from [199.232.76.173] (port=51389 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NMhBT-0007TK-J5 for grub-devel@gnu.org; Mon, 21 Dec 2009 07:16:19 -0500 Received: from fg-out-1718.google.com ([72.14.220.153]:30386) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NMhBQ-0006T9-25 for grub-devel@gnu.org; Mon, 21 Dec 2009 07:16:16 -0500 Received: by fg-out-1718.google.com with SMTP id 16so1811032fgg.12 for ; Mon, 21 Dec 2009 04:16:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type; bh=PWygBXPt5i5GHAljaijUJ4IO2t9Q2Vxrx7FoUYj75dU=; b=Iy2gdipXYK6HmhG+lVUwOMsYw2x7RCjeMNNy9rhHJPkvyqYygP3Bq7U7GNke4/vn7Q QfHNGcFCRfImMqnRnDC2BKeaOIdZO74GbNsV2DdtcrXAUbGZ8edAdKNa6QnlS7T6YSY0 v8KyK2cq+31lkcoeGXn20O2+XIU/8Ji5QMoBM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type; b=RJOEt/ZG63HAo3d7aKtU7BgJP/EhH9qcT8mtfUtr5sQ3FMs3pTQUMEMwlFntD1DkNv /Gdbu3anPrhO7a5u+wmUsz6U3N2K6vqQGqSmc0lL2EuEWyBXsZZypteh5K+NSw15Iz17 z9jHuXAksSzu1nnERQaRB7AQoTZSNB64qrk9o= Received: by 10.87.40.9 with SMTP id s9mr9440988fgj.11.1261397773602; Mon, 21 Dec 2009 04:16:13 -0800 (PST) Received: from debian.bg45.phnet (73-66.203-62.cust.bluewin.ch [62.203.66.73]) by mx.google.com with ESMTPS id d4sm12616368fga.1.2009.12.21.04.16.11 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 21 Dec 2009 04:16:11 -0800 (PST) Message-ID: <4B2F6704.50107@gmail.com> Date: Mon, 21 Dec 2009 13:16:04 +0100 From: =?UTF-8?B?VmxhZGltaXIgJ8+GLWNvZGVyL3BoY29kZXInIFNlcmJpbmVua28=?= User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20091109) MIME-Version: 1.0 To: The development of GNU GRUB References: <20091206182228.GA15091@pina.cat> <4B1D8E54.5010702@gmail.com> <20091221002140.GA8691@pina.cat> In-Reply-To: <20091221002140.GA8691@pina.cat> X-Enigmail-Version: 0.95.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="------------enig72D60EB191F3D3ED1E658E7A" X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: gettext: commands/* X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2009 12:16:25 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig72D60EB191F3D3ED1E658E7A Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable =3D=3D=3D 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 _ =20 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");=20 Capitalisation and full stop =3D=3D=3D 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 =3D 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 =3D 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 =3D grub_register_command ("terminal_output", grub_cmd_handler, "terminal_output [handler]", - "List or select a handler"); + "List or select an output handler."); Likewise =3D=3D=3D 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. =3D=3D=3D 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 @@ =20 static const struct grub_arg_option options[] =3D { - {"file", 'f', 0, "specify filename", 0, ARG_TYPE_PATHNAME}, + {"file", 'f', 0, "Specify filename.", 0, ARG_TYPE_PATHNAME}, Filename for what? --=20 Regards Vladimir '=CF=86-coder/phcoder' Serbinenko --------------enig72D60EB191F3D3ED1E658E7A Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iF4EAREKAAYFAksvZwoACgkQNak7dOguQgkMXwD/TKD6DpXu/4yh+8fObZbZ93IF 6XQ5UQo+9pVKbNZi0e8BAKhhe9/TpFJ2Y3JEtifq2jas6G8W+KaFb6ZLHlap/uOz =h0oE -----END PGP SIGNATURE----- --------------enig72D60EB191F3D3ED1E658E7A--