nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit be7fd8a9bef551a3e37dfc4a7cddc2238c72d94d
parent 0c4e30be7c1b2799fe5ab83621a685f0f6ce415b
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Sun,  9 Apr 2006 18:24:54 +0000

clarify a comment


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3364 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
Msrc/prompt.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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");