+2015-02-01 Benno Schulenberg <bensberg@justemail.net>
+ * src/winio.c (do_credits): Add a general entry for all translators.
+
2015-01-13 Chris Allegretta <chrisa@asty.org>
* src/files.c (open_buffer): Check here for locking and properly
handle choosing to not open a file when locked instead of in
}
#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. */
"Richard Kolb II",
NULL, /* "The Free Software Foundation" */
"Linus Torvalds",
+ NULL, /* "the many translators and the TP" */
NULL, /* "For ncurses:" */
"Thomas Dickey",
"Pavel Curtis",
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!")