fixed a typo.
authorMurray Cumming <murrayc@murrayc.com>
Mon, 11 Jun 2007 06:45:10 +0000 (06:45 +0000)
committerMurray Cumming <murrayc@murrayc.com>
Mon, 11 Jun 2007 06:45:10 +0000 (06:45 +0000)
pmo-trunk-r2142

src/modest-tny-account-store.c

index bd08cb1..aba155a 100644 (file)
@@ -971,7 +971,7 @@ modest_tny_account_store_alert (TnyAccountStore *self, TnyAlertType type,
                         * This is just so the testers can give us more information: */
                        /* prompt = _("Modest account not yet fully configured."); */
                        prompt = g_strdup_printf(
-                               "%s\n (Internal error message, often very misleading:\n%s", 
+                               "%s\n (Internal error message, often very misleading):\n%s", 
                                _("Incorrect Account Settings"), 
                                error->message);