diff options
-rw-r--r-- | e-util/e-setup.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/e-util/e-setup.c b/e-util/e-setup.c index 28a43e3a22..63d376d310 100644 --- a/e-util/e-setup.c +++ b/e-util/e-setup.c @@ -38,7 +38,8 @@ e_setup_base_dir (void) _("Evolution detected that the file `%s' is a not a directory.\n" "\n" "Evolution can rename the file, delete the file or shutdown and\n" - "let you fix the problem.")); + "let you fix the problem."), + evolution_dir); return FALSE; } } |