aboutsummaryrefslogtreecommitdiff
path: root/gprof/gprof.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2000-04-04 14:32:35 +0000
committerAlan Modra <amodra@gmail.com>2000-04-04 14:32:35 +0000
commit8ad3436c79ef8d40d0f0de293a9296b39e6a918d (patch)
tree3fae7ee28ee04cfab2a9a77b58a037d3308fec11 /gprof/gprof.c
parent41b49281c1e98174596a161a525ef4991d92741c (diff)
downloadfsf-binutils-gdb-8ad3436c79ef8d40d0f0de293a9296b39e6a918d.zip
fsf-binutils-gdb-8ad3436c79ef8d40d0f0de293a9296b39e6a918d.tar.gz
fsf-binutils-gdb-8ad3436c79ef8d40d0f0de293a9296b39e6a918d.tar.bz2
Move translated part of bug report string back into .c files so
xgettext can find it. Regnerate .pot files.
Diffstat (limited to 'gprof/gprof.c')
-rw-r--r--gprof/gprof.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gprof/gprof.c b/gprof/gprof.c
index 82440a8..382e418 100644
--- a/gprof/gprof.c
+++ b/gprof/gprof.c
@@ -157,7 +157,7 @@ Usage: %s [-[abcDhilLsTvwxyz]] [-[ACeEfFJnNOpPqQZ][name]] [-I dirs]\n\
[image-file] [profile-file...]\n"),
whoami);
if (status == 0)
- fprintf (stream, REPORT_BUGS_TO);
+ fprintf (stream, _("Report bugs to %s\n"), REPORT_BUGS_TO);
done (status);
}