From 8d53aa3ad2c31ed9be4a9cfe6100e68722f73f82 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Sun, 1 Feb 2015 09:19:58 +0000 Subject: [PATCH] Adding a general entry for all translators plus the TP. git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5106 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- ChangeLog | 3 +++ src/winio.c | 6 ++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2504b8f0..ddc9ad60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2015-02-01 Benno Schulenberg + * src/winio.c (do_credits): Add a general entry for all translators. + 2015-01-13 Chris Allegretta * src/files.c (open_buffer): Check here for locking and properly handle choosing to not open a file when locked instead of in diff --git a/src/winio.c b/src/winio.c index 8f5204ab..5ccd209b 100644 --- a/src/winio.c +++ b/src/winio.c @@ -3436,8 +3436,8 @@ void do_replace_highlight(bool highlight, const char *word) } #ifndef DISABLE_EXTRA -#define CREDIT_LEN 53 -#define XLCREDIT_LEN 8 +#define CREDIT_LEN 54 +#define XLCREDIT_LEN 9 /* Easter egg: Display credits. Assume nodelay(edit) and scrollok(edit) * are FALSE. */ @@ -3482,6 +3482,7 @@ void do_credits(void) "Richard Kolb II", NULL, /* "The Free Software Foundation" */ "Linus Torvalds", + NULL, /* "the many translators and the TP" */ NULL, /* "For ncurses:" */ "Thomas Dickey", "Pavel Curtis", @@ -3508,6 +3509,7 @@ void do_credits(void) N_("Brought to you by:"), N_("Special thanks to:"), N_("The Free Software Foundation"), + N_("the many translators and the TP"), N_("For ncurses:"), N_("and anyone else we forgot..."), N_("Thank you for using nano!") -- 2.39.5