aboutsummaryrefslogtreecommitdiff
path: root/src/gui_backend_local.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui_backend_local.c')
-rw-r--r--src/gui_backend_local.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_backend_local.c b/src/gui_backend_local.c
index b66b8840..1bf0c9b6 100644
--- a/src/gui_backend_local.c
+++ b/src/gui_backend_local.c
@@ -172,7 +172,7 @@ static void *run_indexing(const char *job_title,
if ( stat(workdir, &s) != -1 ) {
ERROR("Working directory already exists. "
- "Choose a different job title.\n");
+ "Choose a different job name.\n");
return NULL;
}