reword the "theme engine" error message since we cannot really be sure it

2007-09-21  Jens Granseuer  <jensgr@gmx.net>

	* theme-installer.c: (gnome_theme_install_real): reword the "theme engine"
	error message since we cannot really be sure it is an engine (bug #435680)

svn path=/trunk/; revision=8130
This commit is contained in:
Jens Granseuer 2007-09-21 19:33:36 +00:00 committed by Jens Granseuer
parent 76f742ffbb
commit 1a3d33f75d
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2007-09-21 Jens Granseuer <jensgr@gmx.net>
* theme-installer.c: (gnome_theme_install_real): reword the "theme engine"
error message since we cannot really be sure it is an engine (bug #435680)
2007-09-21 Jens Granseuer <jensgr@gmx.net>
* theme-installer.c: (gnome_theme_install_real),

View file

@ -246,7 +246,7 @@ gnome_theme_install_real (gint filetype, const gchar *tmp_dir, const gchar *them
GTK_DIALOG_MODAL,
GTK_MESSAGE_ERROR,
GTK_BUTTONS_OK,
_("The theme is an engine. You need to compile it."));
_("The selected file is not a valid theme. It might be a theme engine that you need to compile."));
gtk_dialog_run (GTK_DIALOG (dialog));
gtk_widget_destroy (dialog);
return FALSE;