]> granicus.if.org Git - mutt/commitdiff
Small translation-related fix from Roland.
authorThomas Roessler <roessler@does-not-exist.org>
Wed, 9 Feb 2000 17:01:42 +0000 (17:01 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Wed, 9 Feb 2000 17:01:42 +0000 (17:01 +0000)
main.c

diff --git a/main.c b/main.c
index 56403ff62aa192956cfc587e64030d7c72aa97a1..1a9b03d5825ad6ed0c1e1773f2ae101925df6de5 100644 (file)
--- 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);