diff options
author | Srinivasa Ragavan <sragavan@gnome.org> | 2010-03-17 18:12:44 +0800 |
---|---|---|
committer | Srinivasa Ragavan <sragavan@gnome.org> | 2010-03-17 19:02:20 +0800 |
commit | b7a8d2bdd1f99c4fe49f8cc5739b13e86377e0ed (patch) | |
tree | 03c0e580d31f71432c73038eadcb9089b04b8b4e /plugins/startup-wizard | |
parent | fbed4bb472ec2da859fe40b05c14c4cd779f006e (diff) | |
download | gsoc2013-evolution-b7a8d2bdd1f99c4fe49f8cc5739b13e86377e0ed.tar gsoc2013-evolution-b7a8d2bdd1f99c4fe49f8cc5739b13e86377e0ed.tar.gz gsoc2013-evolution-b7a8d2bdd1f99c4fe49f8cc5739b13e86377e0ed.tar.bz2 gsoc2013-evolution-b7a8d2bdd1f99c4fe49f8cc5739b13e86377e0ed.tar.lz gsoc2013-evolution-b7a8d2bdd1f99c4fe49f8cc5739b13e86377e0ed.tar.xz gsoc2013-evolution-b7a8d2bdd1f99c4fe49f8cc5739b13e86377e0ed.tar.zst gsoc2013-evolution-b7a8d2bdd1f99c4fe49f8cc5739b13e86377e0ed.zip |
Fix misspelled strings.
Diffstat (limited to 'plugins/startup-wizard')
-rw-r--r-- | plugins/startup-wizard/startup-wizard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/startup-wizard/startup-wizard.c b/plugins/startup-wizard/startup-wizard.c index 5b5c467f69..a38b2d9e9a 100644 --- a/plugins/startup-wizard/startup-wizard.c +++ b/plugins/startup-wizard/startup-wizard.c @@ -116,7 +116,7 @@ startup_wizard (EPlugin *ep, ESEventTargetUpgrade *target) start_page_label = GTK_LABEL (em_account_editor_get_widget (emae, "start_page_label")); if (start_page_label) { gtk_label_set_text (start_page_label, _("" - "ZZZ ! Welcome to Evolution. The next few screens will allow Evolution to connect " + "Welcome to Evolution. The next few screens will allow Evolution to connect " "to your email accounts, and to import files from other applications. \n" "\n" "Please click the \"Forward\" button to continue. ")); |