Commit a212acf1 authored by Chris Allegretta's avatar Chris Allegretta
Browse files

Oops, no need to translate %s

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@726 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 9cf9e060
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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);
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment