Fix a string.
2003-03-26 Kjartan Maraas <kmaraas@gnome.org> * activate-settings-daemon.c: Fix a string.
This commit is contained in:
parent
8835f45c62
commit
aceada3be1
2 changed files with 6 additions and 2 deletions
|
@ -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>
|
2002-03-25 Lauris Kaplinski <lauris@ximian.com>
|
||||||
|
|
||||||
* gconf-property-editor.c (gconf_peditor_widget_set_guard): Test for NULL
|
* gconf-property-editor.c (gconf_peditor_widget_set_guard): Test for NULL
|
||||||
|
|
|
@ -16,8 +16,8 @@ static void popup_error_message ()
|
||||||
|
|
||||||
dialog = gtk_message_dialog_new (NULL, GTK_DIALOG_NO_SEPARATOR, GTK_MESSAGE_WARNING,
|
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"
|
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"
|
"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 Bonobo, or a non-GNOME (e.g. KDE) settings manager may already "
|
||||||
"be active and conflicting with the GNOME settings manager."));
|
"be active and conflicting with the GNOME settings manager."));
|
||||||
|
|
||||||
gtk_widget_show (dialog);
|
gtk_widget_show (dialog);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue