From: Robert Millan <rmh@aybabtu.com>
To: The development of GNU GRUB <grub-devel@gnu.org>
Subject: Re: [PATCH] spaces (label, UUID)
Date: Fri, 1 Jan 2010 13:22:34 +0100 [thread overview]
Message-ID: <20100101122234.GN3692@thorin> (raw)
In-Reply-To: <20091228011737.GA17321@pina.cat>
On Mon, Dec 28, 2009 at 02:17:37AM +0100, Carles Pina i Estany wrote:
> === modified file 'normal/misc.c'
> --- normal/misc.c 2009-12-20 23:32:15 +0000
> +++ normal/misc.c 2009-12-28 01:15:34 +0000
> @@ -68,7 +68,10 @@ grub_normal_print_device_info (const cha
> if (grub_errno == GRUB_ERR_NONE)
> {
> if (label && grub_strlen (label))
> - grub_printf_ (N_("- Label %s"), label);
> + {
> + grub_putchar (' ');
> + grub_printf_ (N_("- Label \"%s\""), label);
> + }
> grub_free (label);
> }
> grub_errno = GRUB_ERR_NONE;
> @@ -81,6 +84,7 @@ grub_normal_print_device_info (const cha
> if (grub_errno == GRUB_ERR_NONE)
> {
> grub_unixtime2datetime (tm, &datetime);
> + grub_putchar (' ');
> grub_printf_ (N_("- Last modification time %d-%02d-%02d "
> "%02d:%02d:%02d %s"),
> datetime.year, datetime.month, datetime.day,
Why not just add a space before the -?
Uhm, I guess I know the answer in advance :-)
Carles, we shouldn't avoid changing translatable strings at the cost of
making the code bigger or less efficient. It's not hard for translators
to reuse the old string.
I notice that you committed it already. Please can you adjust?
--
Robert Millan
"Be the change you want to see in the world" -- Gandhi
next prev parent reply other threads:[~2010-01-01 12:22 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-12-28 1:17 [PATCH] spaces (label, UUID) Carles Pina i Estany
2009-12-28 18:18 ` Carles Pina i Estany
2010-01-01 12:22 ` Robert Millan [this message]
2010-01-01 13:10 ` Carles Pina i Estany
2010-01-01 15:52 ` Robert Millan
2010-01-02 2:04 ` Isaac Dupree
2010-01-02 10:16 ` 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=20100101122234.GN3692@thorin \
--to=rmh@aybabtu.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.