Adjusted comment.
diff --git a/contiki/apps/program-handler.c b/contiki/apps/program-handler.c
index 2ae955d..9d15e23 100644
--- a/contiki/apps/program-handler.c
+++ b/contiki/apps/program-handler.c
@@ -43,7 +43,7 @@
  *
  * This file is part of the Contiki desktop OS
  *
- * $Id: program-handler.c,v 1.31 2006/05/07 23:02:54 oliverschmidt Exp $
+ * $Id: program-handler.c,v 1.32 2006/05/14 23:23:30 oliverschmidt Exp $
  *
  */
 
@@ -86,7 +86,7 @@
 
 static unsigned char quitmenuitem;
 
-/* The "Really quit Contiki?" dialog. */
+/* "Quit" dialog */
 static struct ctk_window quitdialog;
 static struct ctk_label quitdialoglabel =
   {CTK_LABEL(2, 1, 20, 1, "Really quit Contiki?")};