From 5c27913676c320c5a791e4f8793ca328ef625d17 Mon Sep 17 00:00:00 2001 From: hwspeedy Date: Thu, 30 May 2024 14:40:00 +0200 Subject: FIX Added dialog translate to benchmarking dialog, updated da.po --- modules/benchmark.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/benchmark.c b/modules/benchmark.c index 54e0086a..11ec66d6 100644 --- a/modules/benchmark.c +++ b/modules/benchmark.c @@ -652,7 +652,7 @@ static void do_benchmark(void (*benchmark_function)(void), int entry) #else box = gtk_hbox_new(FALSE, 1); #endif - label = gtk_label_new ("Please do not move your mouse\nor press any keys."); + label = gtk_label_new (_("Please do not move your mouse\nor press any keys.")); #if GTK_CHECK_VERSION(3,0,0) gtk_widget_set_halign (bench_image, GTK_ALIGN_START); -- cgit v1.2.3