nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit b61dc89f9a47948d456bd9abfd4a43dbc07b3184
parent 39b7189a134d870d0fd3dd7599891a2ce34c7b80
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Sat, 15 Apr 2006 17:21:52 +0000

comment fixes


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3383 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
Msrc/global.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/global.c b/src/global.c @@ -298,9 +298,10 @@ void shortcut_init(bool unjustify) #endif #endif #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 *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"); #endif #ifndef DISABLE_HELP