summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2023-10-06 13:48:17 (EDT)
committer P. J. McDermott <pj@pehjota.net>2023-10-06 13:48:17 (EDT)
commit4e4b4dd00ec36d923ff0132cc9a2c3fd20de834f (patch)
tree958d8e70b569eeba84099c7b88f765128742f140
parent62f17891bff0b86f955248a36800dae6116fd5ec (diff)
downloadatsign-4e4b4dd00ec36d923ff0132cc9a2c3fd20de834f.zip
atsign-4e4b4dd00ec36d923ff0132cc9a2c3fd20de834f.tar.gz
atsign-4e4b4dd00ec36d923ff0132cc9a2c3fd20de834f.tar.bz2
main: Don't translate "@ (atsign) %s%s\n"
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index fb94d09..96bbb5a 100644
--- a/src/main.c
+++ b/src/main.c
@@ -148,7 +148,7 @@ _list_formats(const struct tm *tm)
static void
_print_version(void)
{
- printf(_("@ (atsign) %s%s\n"), PACKAGE_VERSION, PACKAGE_VERSION_GIT);
+ printf("@ (atsign) %s%s\n", PACKAGE_VERSION, PACKAGE_VERSION_GIT);
puts(_("Copyright (C) 2021, 2022 P. J. McDermott\n"
"License GPLv3+: GNU GPL version 3 or later "
"<http://gnu.org/licenses/gpl.html>.\n"