]> Dogcows Code - chaz/openbox/commitdiff
consistency
authorDana Jansens <danakj@orodu.net>
Tue, 24 Apr 2007 21:11:04 +0000 (21:11 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 24 Apr 2007 21:11:04 +0000 (21:11 +0000)
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.02523 seconds and 4 git commands to generate.