commit 4f433cd601e9f3dcf13d77a6b527a597ffeaaf14
parent accecb986382ef986758ca369f58edd5b5c13449
Author: Benno Schulenberg <bensberg@telfort.nl>
Date: Wed, 27 Jul 2022 11:24:08 +0200
tweaks: add a translator hint
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/nano.c b/src/nano.c
@@ -670,6 +670,7 @@ void version(void)
printf(_(" GNU nano, version %s\n"), VERSION);
#endif
#ifndef NANO_TINY
+ /* TRANSLATORS: The %s is the year of the latest release. */
printf(_(" (C) %s the Free Software Foundation and various contributors\n"), "2022");
#endif
printf(_(" Compiled options:"));