aboutsummaryrefslogtreecommitdiff
path: root/src/setup.c
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-03-01 07:36:38 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-03-01 07:36:38 +0000
commit3291a4a32dacf81e62155d86a1446ffc532b6d9c (patch)
treea654466932352bf0533e345612b4814545650da3 /src/setup.c
parentf88648d3843143cadf74b6bda5c60dff86ca7bca (diff)
fixed typos.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2515 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/setup.c')
-rw-r--r--src/setup.c2
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"