From 4e4b4dd00ec36d923ff0132cc9a2c3fd20de834f Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 06 Oct 2023 13:48:17 -0400 Subject: main: Don't translate "@ (atsign) %s%s\n" --- (limited to 'src') 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 " ".\n" -- cgit v0.9.1