From: Chris Allegretta Date: Fri, 13 Jul 2001 02:00:49 +0000 (+0000) Subject: Oops, no need to translate %s X-Git-Tag: v1.1.0~2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=a212acf100c4d47bd51e9607c71405bd5b4d2b05;p=nano.git Oops, no need to translate %s git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@726 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/nano.c b/nano.c index 3ab85b60..4dcfcd7b 100644 --- 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); }