2011-02-16 Yao Qi <yao@codesourcery.com>

* thread.c (info_threads_command): Add missing i18n markup and remove
        trailing newline.
This commit is contained in:
Yao Qi 2011-02-16 09:46:09 +00:00
parent 7d58ce8f4b
commit 60bbf3380a
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2011-02-16 Yao Qi <yao@codesourcery.com>
* thread.c (info_threads_command): Add missing i18n markup and remove
trailing newline.
2011-02-15 Paul Pluzhnikov <ppluzhnikov@google.com>
* breakpoint.c (longjmp_names): New variable.

View File

@ -980,7 +980,7 @@ info_threads_command (char *arg, int from_tty)
unsigned int highrange;
if (tmp_tid <= 0)
error ("invalid thread id %d\n", tmp_tid);
error (_("invalid thread id %d"), tmp_tid);
tid = tmp_tid;
print_thread_info (uiout, tid, -1);