diff options
Diffstat (limited to 'modules/benchmark.c')
-rw-r--r-- | modules/benchmark.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/benchmark.c b/modules/benchmark.c index ed7e9ff1..4db2062e 100644 --- a/modules/benchmark.c +++ b/modules/benchmark.c @@ -691,7 +691,7 @@ static void do_benchmark(void (*benchmark_function)(void), int entry) bench_dialog = gtk_message_dialog_new( GTK_WINDOW(shell_get_main_shell()->transient_dialog), GTK_DIALOG_MODAL, GTK_MESSAGE_INFO, GTK_BUTTONS_NONE, - _("Benchmarking. Please do not move your mouse " + _("Benchmarking. Please do not move your mouse\n" "or press any keys.")); gtk_widget_set_sensitive( |