2006-03-01 [colin] 2.0.0cvs94
[claws.git] / src / compose.c
index 4659733245e59a5b91793073ee5d4e1991d6bda7..a886318ceaa0f761ca567d78b2edf54781a5389d 100644 (file)
@@ -7132,7 +7132,10 @@ static void compose_send_cb(gpointer data, guint action, GtkWidget *widget)
 {
        Compose *compose = (Compose *)data;
        
-       if (prefs_common.work_offline && !inc_offline_should_override())
+       if (prefs_common.work_offline && 
+           !inc_offline_should_override(
+               _("Sylpheed-Claws needs network access in order "
+                 "to send this email.")))
                return;
        
        if (compose->draft_timeout_tag != -1) { /* CLAWS: disable draft timeout */