more alertpanel fixes
[claws.git] / src / main.c
index 4429a24e19a189e74fc3c52228f3d57f0778368d..5b1436e627b385ed9bbd31f9d66fd97afe23f705 100644 (file)
@@ -649,7 +649,7 @@ void app_will_exit(GtkWidget *widget, gpointer data)
        MainWindow *mainwin = data;
        
        if (compose_get_compose_list()) {
-               gint val = alertpanel(_("Notice"),
+               gint val = alertpanel(_("Really quit?"),
                               _("Composing message exists."),
                               _("Draft them"), _("Discard them"), _("Don't quit"));
                switch (val) {