forked from Imagelibrary/binutils-gdb
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user