]> git.wh0rd.org Git - nano.git/commitdiff
Oops, no need to translate %s
authorChris Allegretta <chrisa@asty.org>
Fri, 13 Jul 2001 02:00:49 +0000 (02:00 +0000)
committerChris Allegretta <chrisa@asty.org>
Fri, 13 Jul 2001 02:00:49 +0000 (02:00 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@726 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

nano.c

diff --git a/nano.c b/nano.c
index 3ab85b6009aee2429f90c07da1e51077f4f5d321..4dcfcd7b8c71c97cd3d38536cf95d4bca72d2bc7 100644 (file)
--- a/nano.c
+++ b/nano.c
@@ -2242,7 +2242,7 @@ void help_init(void)
                snprintf(&buf[sofar], BUFSIZ - sofar, _("%s enable/disable"),
                         toggles[i].desc);
            else
-               snprintf(&buf[sofar], BUFSIZ - sofar, _("%s"),
+               snprintf(&buf[sofar], BUFSIZ - sofar, "%s",
                         toggles[i].desc);
        }