From b86989525e3c01c53176be64e9fe627ba777a5a0 Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Tue, 29 Apr 2003 21:46:04 +0000 Subject: [PATCH] Fix a typo. Adapted version of a patch from . Fixes bug 2003-04-29 Kjartan Maraas * gnome-theme-manager.c: (main): Fix a typo. Adapted version of a patch from . Fixes bug #111849. --- capplets/theme-switcher/ChangeLog | 5 +++++ capplets/theme-switcher/gnome-theme-manager.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/capplets/theme-switcher/ChangeLog b/capplets/theme-switcher/ChangeLog index 453c52adf..0479bea94 100644 --- a/capplets/theme-switcher/ChangeLog +++ b/capplets/theme-switcher/ChangeLog @@ -1,3 +1,8 @@ +2003-04-29 Kjartan Maraas + + * gnome-theme-manager.c: (main): Fix a typo. Adapted version + of a patch from . Fixes bug #111849. + 2003-04-29 Kjartan Maraas * theme-thumbnail.c: (message_from_capplet), (message_from_child), diff --git a/capplets/theme-switcher/gnome-theme-manager.c b/capplets/theme-switcher/gnome-theme-manager.c index 9c08319bc..36a72a0ce 100644 --- a/capplets/theme-switcher/gnome-theme-manager.c +++ b/capplets/theme-switcher/gnome-theme-manager.c @@ -1432,7 +1432,7 @@ main (int argc, char *argv[]) GTK_DIALOG_MODAL, GTK_MESSAGE_ERROR, GTK_BUTTONS_OK, - _("The default theme schemas could not be found on. This means that you probably don't have metacity installed, or that your gconf is configured incorrectly.")); + _("The default theme schemas could not be found on your system. This means that you probably don't have metacity installed, or that your gconf is configured incorrectly.")); gtk_dialog_run (GTK_DIALOG (dialog)); gtk_widget_destroy (dialog); exit (0);