From 6f6440de6109be0603e7b886d31fce3ff270735c Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Mon, 10 May 2004 12:59:36 +0000 Subject: set title to just Evolution (show_development_warning): ditto for warning 2004-05-10 JP Rosevear * main.c (show_development_warning): set title to just Evolution (show_development_warning): ditto for warning (idle_cb): ditto for title * e-shell-window.c (update_offline_toggle_status): set tooltip to just Evolution (e_shell_window_new): ditto for window title * e-shell-window-commands.c (command_about_box): set title to just Evolution svn path=/trunk/; revision=25835 --- shell/e-shell-window.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'shell/e-shell-window.c') diff --git a/shell/e-shell-window.c b/shell/e-shell-window.c index 14ad005ca9..04d096334f 100644 --- a/shell/e-shell-window.c +++ b/shell/e-shell-window.c @@ -333,20 +333,20 @@ update_offline_toggle_status (EShellWindow *window) icon_pixmap = online_pixmap; icon_mask = online_mask; sensitive = TRUE; - tooltip = _("Ximian Evolution is currently online. " + tooltip = _("Evolution is currently online. " "Click on this button to work offline."); break; case E_SHELL_LINE_STATUS_GOING_OFFLINE: icon_pixmap = online_pixmap; icon_mask = online_mask; sensitive = FALSE; - tooltip = _("Ximian Evolution is in the process of going offline."); + tooltip = _("Evolution is in the process of going offline."); break; case E_SHELL_LINE_STATUS_OFFLINE: icon_pixmap = offline_pixmap; icon_mask = offline_mask; sensitive = TRUE; - tooltip = _("Ximian Evolution is currently offline. " + tooltip = _("Evolution is currently offline. " "Click on this button to work online."); break; default: @@ -693,7 +693,7 @@ e_shell_window_new (EShell *shell, if (bonobo_window_construct (BONOBO_WINDOW (window), bonobo_ui_container_new (), - "evolution", "Ximian Evolution") == NULL) { + "evolution", "Evolution") == NULL) { g_object_unref (window); g_object_unref (gconf_client); return NULL; -- cgit v1.2.3