* ldmain.c (main): Use full sentences to ease translation.
This commit is contained in:
parent
e8eab623df
commit
9cb61eabc1
@ -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.
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user