From: Dana Jansens Date: Wed, 30 May 2007 00:49:07 +0000 (+0000) Subject: better error msg X-Git-Tag: release-2.0.2~159 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=e61e67a8d2fd3931bd94ec81a2688bce4450e9ca;p=dana%2Fobconf.git better error msg --- diff --git a/src/theme.c b/src/theme.c index c4fcc99..2059eb1 100644 --- a/src/theme.c +++ b/src/theme.c @@ -212,7 +212,7 @@ static gboolean install_theme_to(gchar *theme, gchar *file, gchar *to) if (r != 0) gtk_msg(GTK_MESSAGE_ERROR, - _("Unable to extract the file \"%s\".\nIt does not appear to be a valid Openbox theme archive (in tar.gz format)."), + _("Unable to extract the file \"%s\".\nPlease ensure that \"%s\" is writable and that the file is a valid Openbox theme archive"), file, strerror(errno)); return r == 0;