From: Alan Modra Date: Sat, 26 Jan 2002 12:25:21 +0000 (+0000) Subject: * ldmain.c (main): Use full sentences to ease translation. X-Git-Tag: binutils-2_12-branchpoint~269 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9cb61eabc1602dbecf3c3aa58c568284e76e6d7d;p=platform%2Fupstream%2Fbinutils.git * ldmain.c (main): Use full sentences to ease translation. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index e18a447..a8aaba6 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2002-01-26 Christian Rose + + * ldmain.c (main): Use full sentences to ease translation. + 2002-01-26 Nick Clifton * po/fr.po: Updated version. diff --git a/ld/ldmain.c b/ld/ldmain.c index b2faec2..eac23ae 100644 --- a/ld/ldmain.c +++ b/ld/ldmain.c @@ -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) {