clarify a comment
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3364 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
0c4e30be7c
commit
be7fd8a9be
|
@ -1213,8 +1213,8 @@ int do_yesno_prompt(bool all, const char *msg)
|
||||||
* consists of all single-byte characters accepted as valid
|
* consists of all single-byte characters accepted as valid
|
||||||
* characters for that value. The first value will be the one
|
* characters for that value. The first value will be the one
|
||||||
* displayed in the shortcuts. Translators: if possible, specify
|
* displayed in the shortcuts. Translators: if possible, specify
|
||||||
* both the shortcuts for your language and English. For example,
|
* the single-byte shortcuts for both your language and English.
|
||||||
* in French: "OoYy" for "Oui". */
|
* For example, in French: "OoYy" for "Oui". */
|
||||||
yesstr = _("Yy");
|
yesstr = _("Yy");
|
||||||
nostr = _("Nn");
|
nostr = _("Nn");
|
||||||
allstr = _("Aa");
|
allstr = _("Aa");
|
||||||
|
|
Loading…
Reference in New Issue