From e61e67a8d2fd3931bd94ec81a2688bce4450e9ca Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 30 May 2007 00:49:07 +0000 Subject: [PATCH] better error msg --- src/theme.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.34.1