* ldmain.c (main): Use full sentences to ease translation.

This commit is contained in:
Alan Modra 2002-01-26 12:25:21 +00:00
parent e8eab623df
commit 9cb61eabc1
2 changed files with 9 additions and 3 deletions

View 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> 2002-01-26 Nick Clifton <nickc@cambridge.redhat.com>
* po/fr.po: Updated version. * po/fr.po: Updated version.

View File

@ -331,9 +331,11 @@ main (argc, argv)
if (trace_file_tries) if (trace_file_tries)
{ {
info_msg (_("using %s linker script:\n"), if (saved_script_handle)
saved_script_handle ? "external" : "internal"); info_msg (_("using external linker script:"));
info_msg ("==================================================\n"); else
info_msg (_("using internal linker script:"));
info_msg ("\n==================================================\n");
if (saved_script_handle) if (saved_script_handle)
{ {