comment fixes
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3480 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
Этот коммит содержится в:
родитель
0ec909cb98
Коммит
602199da12
@ -298,10 +298,11 @@ void shortcut_init(bool unjustify)
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#ifndef DISABLE_BROWSER
|
#ifndef DISABLE_BROWSER
|
||||||
/* TRANSLATORS: Try to keep this and following strings at most 16 characters. */
|
/* TRANSLATORS: Try to keep this at most 16 characters. */
|
||||||
const char *to_files_msg = N_("To Files");
|
const char *to_files_msg = N_("To Files");
|
||||||
|
/* TRANSLATORS: Try to keep this and following strings at most 12 characters. */
|
||||||
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. */
|
/* TRANSLATORS: Try to keep this and previous strings at most 12 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
|
||||||
@ -1129,7 +1130,7 @@ void shortcut_init(bool unjustify)
|
|||||||
IFHELP(nano_lastfile_msg, FALSE), NANO_LASTFILE_ALTKEY,
|
IFHELP(nano_lastfile_msg, FALSE), NANO_LASTFILE_ALTKEY,
|
||||||
NANO_NO_KEY, NANO_LASTFILE_ALTKEY2, VIEW, NULL);
|
NANO_NO_KEY, NANO_LASTFILE_ALTKEY2, VIEW, NULL);
|
||||||
|
|
||||||
/* TRANSLATORS: Try to keep this at most 22 characters. */
|
/* TRANSLATORS: Try to keep this at most 12 characters. */
|
||||||
sc_init_one(&browser_list, NANO_GOTODIR_KEY, N_("Go To Dir"),
|
sc_init_one(&browser_list, NANO_GOTODIR_KEY, N_("Go To Dir"),
|
||||||
IFHELP(nano_gotodir_msg, FALSE), NANO_GOTODIR_ALTKEY,
|
IFHELP(nano_gotodir_msg, FALSE), NANO_GOTODIR_ALTKEY,
|
||||||
NANO_GOTODIR_FKEY, NANO_NO_KEY, VIEW, NULL);
|
NANO_GOTODIR_FKEY, NANO_NO_KEY, VIEW, NULL);
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user