* ldmain.c (main): Use full sentences to ease translation.
authorAlan Modra <amodra@gmail.com>
Sat, 26 Jan 2002 12:25:21 +0000 (12:25 +0000)
committerAlan Modra <amodra@gmail.com>
Sat, 26 Jan 2002 12:25:21 +0000 (12:25 +0000)
ld/ChangeLog
ld/ldmain.c

index e18a447bcf89db682e5c09f96fefea934b197601..a8aaba6a350384c0b39534b14eebfdcfdd628f44 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-26  Christian Rose  <menthos@menthos.com>
+
+       * ldmain.c (main): Use full sentences to ease translation.
+
 2002-01-26  Nick Clifton  <nickc@cambridge.redhat.com>
 
        * po/fr.po: Updated version.
index b2faec2410cec1bae8bb6b5f015fc5364eb333d7..eac23ae2762bc6c51e3718fd853c7b84ca2d40f4 100644 (file)
@@ -331,9 +331,11 @@ main (argc, argv)
 
   if (trace_file_tries)
     {
-      info_msg (_("using %s linker script:\n"),
-               saved_script_handle ? "external" : "internal");
-      info_msg ("==================================================\n");
+      if (saved_script_handle)
+       info_msg (_("using external linker script:"));
+      else
+       info_msg (_("using internal linker script:"));
+      info_msg ("\n==================================================\n");
 
       if (saved_script_handle)
        {
This page took 0.026814 seconds and 4 git commands to generate.