From: Thomas Roessler Date: Wed, 9 Feb 2000 17:01:42 +0000 (+0000) Subject: Small translation-related fix from Roland. X-Git-Tag: mutt-1-1-4-rel~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=25775acffbf8053c4ca4557539eaa4045a9a3341;p=mutt Small translation-related fix from Roland. --- diff --git a/main.c b/main.c index 56403ff6..1a9b03d5 100644 --- a/main.c +++ b/main.c @@ -134,7 +134,7 @@ static void show_version (void) struct utsname uts; printf ("Mutt %s (%s)\n", MUTT_VERSION, ReleaseDate); - puts (Notice); + puts (_(Notice)); uname (&uts);