Added simple instructions.
[speedometer] / ui.c
diff --git a/ui.c b/ui.c
index a893045..83f2628 100644 (file)
--- a/ui.c
+++ b/ui.c
@@ -266,7 +266,8 @@ static void show_dialog() {
                        "Wellu Mäkinen\n"
                        "Poste restante\n"
                        "33580 Tampere\n"
-                       "FINLAND");
+                       "FINLAND\n\n"
+                       "PS. Long-tapping on the screen will close the program.");
        gtk_dialog_run(GTK_DIALOG(dialog));
        gtk_widget_destroy(dialog);
 }