diff options
Diffstat (limited to 'src/setup.c')
-rw-r--r-- | src/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setup.c b/src/setup.c index d2ebfea8..ac00b737 100644 --- a/src/setup.c +++ b/src/setup.c @@ -875,7 +875,7 @@ PrefsAccount *setup_account(void) vbox2 = gtk_vbox_new(FALSE, 8); gtk_box_pack_start(GTK_BOX(vbox), vbox2, FALSE, FALSE, 8); - label = gtk_label_new(_("Your new mail accout has been set up with the following setting.")); + label = gtk_label_new(_("Your new mail account has been set up with the following settings.")); gtk_box_pack_start(GTK_BOX(vbox2), label, FALSE, FALSE, 0); gtk_misc_set_alignment(GTK_MISC(label), 0.0, 0.0); label = gtk_label_new(_("If you want to modify the settings, select\n" |