comment fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3383 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
39b7189a13
commit
b61dc89f9a
|
@ -298,9 +298,10 @@ void shortcut_init(bool unjustify)
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#ifndef DISABLE_BROWSER
|
#ifndef DISABLE_BROWSER
|
||||||
/* TRANSLATORS: Try to keep this at most 16 characters. */
|
/* TRANSLATORS: Try to keep this and following strings at most 16 characters. */
|
||||||
const char *to_files_msg = N_("To Files");
|
const char *to_files_msg = N_("To Files");
|
||||||
const char *first_file_msg = N_("First File");
|
const char *first_file_msg = N_("First File");
|
||||||
|
/* TRANSLATORS: Try to keep this and previous strings at most 16 characters. */
|
||||||
const char *last_file_msg = N_("Last File");
|
const char *last_file_msg = N_("Last File");
|
||||||
#endif
|
#endif
|
||||||
#ifndef DISABLE_HELP
|
#ifndef DISABLE_HELP
|
||||||
|
|
Loading…
Reference in New Issue