]> Dogcows Code - chaz/openbox/blobdiff - openbox/openbox.c
playing a bit with grabs
[chaz/openbox] / openbox / openbox.c
index dac9d2224378354f9e2f48d2072cc2d74ba0050c..fc2e78c02fd4275059d8c1f7c672070e8569144b 100644 (file)
@@ -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 */
This page took 0.021511 seconds and 4 git commands to generate.