diff options
Diffstat (limited to 'gdb/remote.c')
-rw-r--r-- | gdb/remote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/remote.c b/gdb/remote.c index 71eee5d..e42e57f 100644 --- a/gdb/remote.c +++ b/gdb/remote.c @@ -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 |