diff options
author | Alan Modra <amodra@gmail.com> | 2000-04-04 14:32:35 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-04-04 14:32:35 +0000 |
commit | 8ad3436c79ef8d40d0f0de293a9296b39e6a918d (patch) | |
tree | 3fae7ee28ee04cfab2a9a77b58a037d3308fec11 /binutils/size.c | |
parent | 41b49281c1e98174596a161a525ef4991d92741c (diff) | |
download | binutils-gdb-8ad3436c79ef8d40d0f0de293a9296b39e6a918d.tar.gz |
Move translated part of bug report string back into .c files so
xgettext can find it. Regnerate .pot files.
Diffstat (limited to 'binutils/size.c')
-rw-r--r-- | binutils/size.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/size.c b/binutils/size.c index 52d00356d65..fefb8db3ca1 100644 --- a/binutils/size.c +++ b/binutils/size.c @@ -86,7 +86,7 @@ Usage: %s [-ABdoxV] [--format=berkeley|sysv] [--radix=8|10|16]\n\ #endif list_supported_targets (program_name, stream); if (status == 0) - fprintf (stream, REPORT_BUGS_TO); + fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO); exit (status); } |