Commit 03df119d by Martin Liska Committed by Martin Liska

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
parent 2fb2966c
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
* ipa-devirt.c (warn_types_mismatch): Use TYPE_MAIN_VARIANT
consistently.
......@@ -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++)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment