From: Paul Date: Wed, 11 Jun 2014 06:24:19 +0000 (+0100) Subject: fix a typo X-Git-Tag: 3.11.0~167 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=96198d8faf882f4bc1102d6521ff8c5689bf5fa1 fix a typo --- diff --git a/src/plugins/notification/notification_prefs.c b/src/plugins/notification/notification_prefs.c index a5b401bc6..62ba79c69 100644 --- 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);