2011-02-16 Yao Qi * thread.c (info_threads_command): Add missing i18n markup. Index: gdb/thread.c =================================================================== RCS file: /cvs/src/src/gdb/thread.c,v retrieving revision 1.132 diff -u -r1.132 thread.c --- gdb/thread.c 15 Feb 2011 21:17:52 -0000 1.132 +++ gdb/thread.c 16 Feb 2011 05:19:32 -0000 @@ -980,7 +980,7 @@ unsigned int highrange; if (tmp_tid <= 0) - error ("invalid thread id %d\n", tmp_tid); + error (_("invalid thread id %d\n"), tmp_tid); tid = tmp_tid; print_thread_info (uiout, tid, -1);