Translate header for -fdbg-cnt-list.

2019-11-28  Martin Liska  <mliska@suse.cz>

	PR debug/46558
	* dbgcnt.c (dbg_cnt_list_all_counters): Mark table
	headers for translation.

From-SVN: r278820
This commit is contained in:
Martin Liska 2019-11-28 21:56:51 +01:00 committed by Martin Liska
parent 2fb2966c19
commit 03df119db4
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2019-11-28 Martin Liska <mliska@suse.cz>
PR debug/46558
* dbgcnt.c (dbg_cnt_list_all_counters): Mark table
headers for translation.
2019-11-28 Martin Liska <mliska@suse.cz>
PR lto/92609

View File

@ -25,6 +25,7 @@ See dbgcnt.def for usage information. */
#include "diagnostic-core.h"
#include "dumpfile.h"
#include "selftest.h"
#include "intl.h"
#include "dbgcnt.h"
@ -222,7 +223,7 @@ void
dbg_cnt_list_all_counters (void)
{
int i;
printf (" %-30s %s\n", "counter name", "closed intervals");
printf (" %-30s %s\n", G_("counter name"), G_("closed intervals"));
printf ("-----------------------------------------------------------------\n");
for (i = 0; i < debug_counter_number_of_counters; i++)
{