summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-04-24 21:11:04 +0000
committerDana Jansens <danakj@orodu.net>2007-04-24 21:11:04 +0000
commit7b6f90af529b56d1be70cfadbff376bbebe9c606 (patch)
tree8358ba3b990683bb9c228f8744782c3929a88a13 /openbox
parent04010ff0fe1851fe296db8032cff7eccee2afb03 (diff)
consistency
Diffstat (limited to 'openbox')
-rw-r--r--openbox/openbox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/openbox.c b/openbox/openbox.c
index dac9d222..fc2e78c0 100644
--- a/openbox/openbox.c
+++ b/openbox/openbox.c
@@ -111,7 +111,7 @@ gint main(gint argc, gchar **argv)
g_set_prgname(argv[0]);
if (chdir(g_get_home_dir()) == -1)
- g_message(_("Unable to change to home directory (%s): %s"),
+ g_message(_("Unable to change to home directory '%s': %s"),
g_get_home_dir(), g_strerror(errno));
/* parse out command line args */