]> granicus.if.org Git - yasm/commitdiff
Add missing gettext call for one of the warning messages.
authorPeter Johnson <peter@tortall.net>
Mon, 28 Oct 2002 03:49:04 +0000 (03:49 -0000)
committerPeter Johnson <peter@tortall.net>
Mon, 28 Oct 2002 03:49:04 +0000 (03:49 -0000)
svn path=/trunk/yasm/; revision=788

frontends/yasm/yasm.c
src/main.c

index 1c7d7e17aef013fe3b13f128b2ecd4a1d6bb5f15..a63bc53feb99c8a40049bc82b7efeee12cd95a9f 100644 (file)
@@ -478,7 +478,7 @@ int
 not_an_option_handler(char *param)
 {
     if (in_filename) {
-       WarningNow("can open only one input file, only the last file will be processed");
+       WarningNow(_("can open only one input file, only the last file will be processed"));
        xfree(in_filename);
     }
 
index 1c7d7e17aef013fe3b13f128b2ecd4a1d6bb5f15..a63bc53feb99c8a40049bc82b7efeee12cd95a9f 100644 (file)
@@ -478,7 +478,7 @@ int
 not_an_option_handler(char *param)
 {
     if (in_filename) {
-       WarningNow("can open only one input file, only the last file will be processed");
+       WarningNow(_("can open only one input file, only the last file will be processed"));
        xfree(in_filename);
     }