fix a typo
authorPaul <paul@claws-mail.org>
Wed, 11 Jun 2014 06:24:19 +0000 (07:24 +0100)
committerPaul <paul@claws-mail.org>
Wed, 11 Jun 2014 06:24:19 +0000 (07:24 +0100)
src/plugins/notification/notification_prefs.c

index a5b401bc6e3cb2cf2797d15216c6d268db1679c9..62ba79c69fa75ff89f4fd48fcef330d258082c80 100644 (file)
@@ -636,7 +636,7 @@ static void notify_create_prefs_page(PrefsPage *page, GtkWindow *window,
        notify_page.include_calendar = checkbox;
 
        /* Warning-Label */
        notify_page.include_calendar = checkbox;
 
        /* Warning-Label */
-       label = gtk_label_new(_("These settings overwrite folder-specific "
+       label = gtk_label_new(_("These settings override folder-specific "
                        "selections."));
        gtk_misc_set_alignment(GTK_MISC(label),0,0.5);
        gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0);
                        "selections."));
        gtk_misc_set_alignment(GTK_MISC(label),0,0.5);
        gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0);