commit 96198d8faf882f4bc1102d6521ff8c5689bf5fa1
parent 06ce560be233bdc0e04ec6b3f7ba48a89bd8733d
Author: Paul <paul@claws-mail.org>
Date: Wed, 11 Jun 2014 07:24:19 +0100
fix a typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/plugins/notification/notification_prefs.c b/src/plugins/notification/notification_prefs.c
@@ -636,7 +636,7 @@ static void notify_create_prefs_page(PrefsPage *page, GtkWindow *window,
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);