usage()
- Add missing N_() around one message, so that it isn't
erroneously translated twice. (DLR)
+ - Remove inaccurate default listed for -Q/--quotestr. (DLR)
do_tab()
- Remove unneeded variable kbinput. (DLR)
do_int_spell_fix()
print1opt("-O", "--morespace", N_("Use more space for editing"));
#ifndef DISABLE_JUSTIFY
print1opt(_("-Q [str]"), _("--quotestr=[str]"),
- N_("Quoting string, default \"> \""));
+ N_("Quoting string"));
#endif
#ifndef NANO_SMALL
print1opt("-S", "--smooth", N_("Smooth scrolling"));