From: David Lawrence Ramsey Date: Sun, 9 Apr 2006 18:24:54 +0000 (+0000) Subject: clarify a comment X-Git-Tag: v1.3.12~314 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=be7fd8a9bef551a3e37dfc4a7cddc2238c72d94d;p=nano.git clarify a comment git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3364 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/src/prompt.c b/src/prompt.c index 5f689cd1..e9d991a2 100644 --- a/src/prompt.c +++ b/src/prompt.c @@ -1213,8 +1213,8 @@ int do_yesno_prompt(bool all, const char *msg) * consists of all single-byte characters accepted as valid * characters for that value. The first value will be the one * displayed in the shortcuts. Translators: if possible, specify - * both the shortcuts for your language and English. For example, - * in French: "OoYy" for "Oui". */ + * the single-byte shortcuts for both your language and English. + * For example, in French: "OoYy" for "Oui". */ yesstr = _("Yy"); nostr = _("Nn"); allstr = _("Aa");