+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.
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)
{