speechd-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/1] replace some hardcoded values in printfs of options.c


From: William Hubbs
Subject: [PATCH 1/1] replace some hardcoded values in printfs of options.c
Date: Sun, 19 Dec 2010 01:24:57 -0600

Hi Andrei,

I applied this patch, but not the translation. The reason I did not
apply the translation though was that I made a slight change to one of
the strings so it will read better with a speech synthesizer.  That
change is on line 74 of src/server/options.c. The original line was:

    printf(_("Set log level (%d...%d)\n"), 1, 5);

        I changed it to read:

    printf(_("Set log level (between %d and %d)\n"), 1, 5);

        So, we need the translation to be updated.

        Thanks,

        William

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: 
<http://lists.freebsoft.org/pipermail/speechd/attachments/20101219/7de1d791/attachment.pgp>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]