aboutsummaryrefslogtreecommitdiff
path: root/ld/ldmain.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2001-12-06 10:22:36 +0000
committerNick Clifton <nickc@redhat.com>2001-12-06 10:22:36 +0000
commite3c8793a40881c55503b889833d60343ab61584a (patch)
tree12b861d897a5a6283af79fdf583349e914c8cae5 /ld/ldmain.c
parent284a190e5223c2b011878741af6b12178b1da66f (diff)
downloadfsf-binutils-gdb-e3c8793a40881c55503b889833d60343ab61584a.zip
fsf-binutils-gdb-e3c8793a40881c55503b889833d60343ab61584a.tar.gz
fsf-binutils-gdb-e3c8793a40881c55503b889833d60343ab61584a.tar.bz2
Fixes to improve the ability to translate messages in the binutils tools
Diffstat (limited to 'ld/ldmain.c')
-rw-r--r--ld/ldmain.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ld/ldmain.c b/ld/ldmain.c
index eacc739..e9fcc6a 100644
--- a/ld/ldmain.c
+++ b/ld/ldmain.c
@@ -836,8 +836,7 @@ add_archive_element (info, abfd, name)
{
char buf[100];
- sprintf (buf, "%-29s %s\n\n", _("Archive member included"),
- _("because of file (symbol)"));
+ sprintf (buf, _("Archive member included because of file (symbol)\n\n"));
minfo ("%s", buf);
header_printed = true;
}