Change error message reference about Bonobo to DBus

This commit is contained in:
Rodrigo Moya 2009-08-06 16:35:25 +02:00
parent cc1b9bf9e7
commit 87669d9ab9

View file

@ -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));