[gnome-control-center] Change error message reference about Bonobo to DBus



commit 87669d9ab9fac6e304bccda932cba4c11c1c6011
Author: Rodrigo Moya <rodrigo gnome-db org>
Date:   Thu Aug 6 16:35:25 2009 +0200

    Change error message reference about Bonobo to DBus

 capplets/common/activate-settings-daemon.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/capplets/common/activate-settings-daemon.c b/capplets/common/activate-settings-daemon.c
index e8bed69..1829218 100644
--- a/capplets/common/activate-settings-daemon.c
+++ b/capplets/common/activate-settings-daemon.c
@@ -15,7 +15,7 @@ static void popup_error_message (void)
   dialog = gtk_message_dialog_new (NULL, GTK_DIALOG_DESTROY_WITH_PARENT, GTK_MESSAGE_WARNING,
 				   GTK_BUTTONS_OK, _("Unable to start the settings manager 'gnome-settings-daemon'.\n"
 				   "Without the GNOME settings manager running, some preferences may not take effect. This could "
-				   "indicate a problem with Bonobo, or a non-GNOME (e.g. KDE) settings manager may already "
+				   "indicate a problem with DBus, or a non-GNOME (e.g. KDE) settings manager may already "
 				   "be active and conflicting with the GNOME settings manager."));
 
   gtk_dialog_run (GTK_DIALOG (dialog));



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]