]> git.wh0rd.org Git - nano.git/commitdiff
clarify a comment
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 9 Apr 2006 18:24:54 +0000 (18:24 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Sun, 9 Apr 2006 18:24:54 +0000 (18:24 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3364 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

src/prompt.c

index 5f689cd126608f2633d6fff4b34b3b4d0b8ab07e..e9d991a288761738ad85da08dd441c7dcb68c516 100644 (file)
@@ -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");