Add missing gettext markup.

gdb/ChangeLog:

        * remote.c (remote_download_tracepoint): Add missing gettext markup.
        * tracepoint.c (parse_static_tracepoint_marker_definition): Likewise.
This commit is contained in:
Joel Brobecker
2010-07-28 18:04:19 +00:00
parent 385d04dc77
commit 74232302aa
3 changed files with 7 additions and 2 deletions

View File

@@ -9746,7 +9746,7 @@ remote_download_tracepoint (struct breakpoint *t)
if (target_static_tracepoint_marker_at (tpaddr, &marker))
strcat (buf, ":S");
else
error ("Static tracepoint not valid during download");
error (_("Static tracepoint not valid during download"));
}
else
/* Fast tracepoints are functionally identical to regular