projects
/
dana
/
obconf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59cde30
)
better error msg
author
Dana Jansens
<danakj@orodu.net>
Wed, 30 May 2007 00:49:07 +0000
(
00:49
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Wed, 30 May 2007 00:49:07 +0000
(
00:49
+0000)
src/theme.c
patch
|
blob
|
history
diff --git
a/src/theme.c
b/src/theme.c
index c4fcc99fd13c0b7ef46c33f1f16e932f9bda63d2..2059eb1ac8b9343188bb36a8c35f148c5155aa4d 100644
(file)
--- 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\".\n
It does not appear to be a valid Openbox theme archive (in tar.gz format).
"),
+ _("Unable to extract the file \"%s\".\n
Please ensure that \"%s\" is writable and that the file is a valid Openbox theme archive
"),
file, strerror(errno));
return r == 0;