aboutsummaryrefslogtreecommitdiff
path: root/modules/benchmark.c
diff options
context:
space:
mode:
authorhwspeedy <ns@bigbear.dk>2024-05-30 14:40:00 +0200
committerhwspeedy <ns@bigbear.dk>2024-05-30 14:40:00 +0200
commit5c27913676c320c5a791e4f8793ca328ef625d17 (patch)
tree0687c9554d5586aa638d1e69a343aecf50b99b81 /modules/benchmark.c
parentd1f1813c9fea81b483f69edc94f6eb063864fac6 (diff)
FIX Added dialog translate to benchmarking dialog, updated da.po
Diffstat (limited to 'modules/benchmark.c')
-rw-r--r--modules/benchmark.c2
1 files changed, 1 insertions, 1 deletions
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);