diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-09-06 03:27:03 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-09-06 03:27:03 +0800 |
commit | 000b01e9a1620e750d64e7be966e39da1bb7f35d (patch) | |
tree | c441f49573c82211c24e43d2417f7f86a4960947 /shell/main.c | |
parent | cb704fd31b7ea71c2adc798796ff72cb555c20b8 (diff) | |
download | gsoc2013-evolution-000b01e9a1620e750d64e7be966e39da1bb7f35d.tar.gz gsoc2013-evolution-000b01e9a1620e750d64e7be966e39da1bb7f35d.tar.zst gsoc2013-evolution-000b01e9a1620e750d64e7be966e39da1bb7f35d.zip |
Replace "Evolution" with "Ximian Evolution" in a bunch of user-visible
places.
svn path=/trunk/; revision=12625
Diffstat (limited to 'shell/main.c')
-rw-r--r-- | shell/main.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/shell/main.c b/shell/main.c index 41d0156981..aaecaa5f37 100644 --- a/shell/main.c +++ b/shell/main.c @@ -88,14 +88,14 @@ development_warning (void) { GtkWidget *label, *warning_dialog; - warning_dialog = gnome_dialog_new ("Evolution " VERSION, GNOME_STOCK_BUTTON_OK, NULL); + warning_dialog = gnome_dialog_new ("Ximian Evolution " VERSION, GNOME_STOCK_BUTTON_OK, NULL); label = gtk_label_new ( /* xgettext:no-c-format */ _("Hi. Thanks for taking the time to download this preview release\n" - "of the Evolution groupware suite.\n" + "of the Ximian Evolution groupware suite.\n" "\n" - "Evolution is not yet complete. It's getting close, but there are\n" + "Ximian Evolution is not yet complete. It's getting close, but there are\n" "places where features are either missing or only half working. \n" "\n" "If you find bugs, please report them to us at bugzilla.ximian.com.\n" @@ -114,7 +114,7 @@ development_warning (void) label = gtk_label_new ( _( "Thanks\n" - "The Evolution Team\n" + "The Ximian Evolution Team\n" )); gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_RIGHT); gtk_misc_set_alignment(GTK_MISC(label), 1, .5); @@ -170,7 +170,7 @@ idle_cb (void *data) corba_shell = oaf_activate_from_id (E_SHELL_OAFIID, 0, NULL, &ev); if (ev._major != CORBA_NO_EXCEPTION || corba_shell == CORBA_OBJECT_NIL) { e_notice (NULL, GNOME_MESSAGE_BOX_ERROR, - _("Cannot access the Evolution shell.")); + _("Cannot access the Ximian Evolution shell.")); CORBA_exception_free (&ev); gtk_main_quit (); return FALSE; @@ -181,7 +181,7 @@ idle_cb (void *data) default: e_notice (NULL, GNOME_MESSAGE_BOX_ERROR, - _("Cannot initialize the Evolution shell: %s"), + _("Cannot initialize the Ximian Evolution shell: %s"), e_shell_construct_result_to_string (result)); CORBA_exception_free (&ev); gtk_main_quit (); |