tweaks: add a translator hint

This commit is contained in:
Benno Schulenberg 2022-07-27 11:24:08 +02:00
parent accecb9863
commit 4f433cd601

View File

@ -670,6 +670,7 @@ void version(void)
printf(_(" GNU nano, version %s\n"), VERSION); printf(_(" GNU nano, version %s\n"), VERSION);
#endif #endif
#ifndef NANO_TINY #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"); printf(_(" (C) %s the Free Software Foundation and various contributors\n"), "2022");
#endif #endif
printf(_(" Compiled options:")); printf(_(" Compiled options:"));