Fix a string.

2003-03-26  Kjartan Maraas  <kmaraas@gnome.org>

	* activate-settings-daemon.c: Fix a string.
This commit is contained in:
Kjartan Maraas 2002-03-26 08:24:04 +00:00 committed by Kjartan Maraas
parent 8835f45c62
commit aceada3be1
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2003-03-26 Kjartan Maraas <kmaraas@gnome.org>
* activate-settings-daemon.c: Fix a string.
2002-03-25 Lauris Kaplinski <lauris@ximian.com>
* gconf-property-editor.c (gconf_peditor_widget_set_guard): Test for NULL

View file

@ -16,8 +16,8 @@ static void popup_error_message ()
dialog = gtk_message_dialog_new (NULL, GTK_DIALOG_NO_SEPARATOR, GTK_MESSAGE_WARNING,
GTK_BUTTONS_OK, _("Unable to start the settings manager 'gnome2-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"
"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 "
"be active and conflicting with the GNOME settings manager."));
gtk_widget_show (dialog);