consistency

This commit is contained in:
Dana Jansens 2007-04-24 21:11:04 +00:00
parent 04010ff0fe
commit 7b6f90af52

View file

@ -111,7 +111,7 @@ gint main(gint argc, gchar **argv)
g_set_prgname(argv[0]); g_set_prgname(argv[0]);
if (chdir(g_get_home_dir()) == -1) 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)); g_get_home_dir(), g_strerror(errno));
/* parse out command line args */ /* parse out command line args */