Fixed 0.2
authorwellu <wellu@wellu.org>
Wed, 15 Oct 2008 17:17:09 +0000 (17:17 +0000)
committerwellu <wellu@wellu.org>
Wed, 15 Oct 2008 17:17:09 +0000 (17:17 +0000)
git-svn-id: file:///svnroot/speedometer/trunk@54 df364472-da61-43ef-8a67-511c89aa921b

debian/changelog
debian/postinst
ui.c

index 62a72de..b013c57 100644 (file)
@@ -1,10 +1,10 @@
-speedometer (0.2) DIABLO; urgency=low
+speedometer (0.2) unstable; urgency=low
 
   * Added simple instructions how to quit the program.
 
- -- Wellu Mäkinen <wellu@wellu.org>  Wed, 15 Oct 2008 19:23:24 +0300
+ -- Wellu Mäkinen <wellu@wellu.org>  Wed, 15 Oct 2008 20:00:06 +0300
 
-speedometer (0.1) DIABLO; urgency=low
+speedometer (0.1) unstable; urgency=low
 
   * Initial release.
 
index ed401d3..91f3d32 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# do this on the background
+# do this in the background
 gtk-update-icon-cache -f /usr/share/icons/hicolor &
 
 # promts the user if this is a fresh install
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);
 }