]> git.0d.be Git - empathy.git/commitdiff
Word 'wizard' should not be used, fixes bug 593285
authorMilo Casagrande <milo@ubuntu.com>
Fri, 28 Aug 2009 10:19:22 +0000 (12:19 +0200)
committerMilo Casagrande <milo@ubuntu.com>
Fri, 28 Aug 2009 10:19:22 +0000 (12:19 +0200)
src/empathy-account-assistant.c

index d8aa46f1db3480e0c9b8d15e1f737cf536664d85..03c23df0c1cba4a95b64ea077c6df543fef8af9f 100644 (file)
@@ -157,7 +157,7 @@ account_assistant_build_error_page (EmpathyAccountAssistant *self,
   gtk_widget_show (w);
 
   w = gtk_label_new (_("You can either go back and try to enter your "
-          "accounts' details again or quit this wizard and add accounts "
+          "accounts' details again or quit this assistant and add accounts "
           "later from the Edit menu."));
   gtk_box_pack_start (GTK_BOX (main_vbox), w, FALSE, FALSE, 6);
   gtk_misc_set_alignment (GTK_MISC (w), 0, 0.5);