Fixed 0.2
[speedometer] / ui.c
diff --git a/ui.c b/ui.c
index 83f2628..9878980 100644 (file)
--- a/ui.c
+++ b/ui.c
@@ -267,7 +267,7 @@ static void show_dialog() {
                        "Poste restante\n"
                        "33580 Tampere\n"
                        "FINLAND\n\n"
-                       "PS. Long-tapping on the screen will close the program.");
+                       "PS. Long-tapping on the screen will quit the program.");
        gtk_dialog_run(GTK_DIALOG(dialog));
        gtk_widget_destroy(dialog);
 }