From 4f433cd601e9f3dcf13d77a6b527a597ffeaaf14 Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Wed, 27 Jul 2022 11:24:08 +0200 Subject: [PATCH] tweaks: add a translator hint --- src/nano.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/nano.c b/src/nano.c index a48c1c58..55eaebbf 100644 --- 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:"));