aboutsummaryrefslogtreecommitdiff
path: root/src/gui_backend_local.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-08-28 12:29:55 +0200
committerThomas White <taw@physics.org>2020-08-28 12:29:55 +0200
commit4fec62a6f3f161c6a67229e52c61aedbc5eb0f36 (patch)
tree0cd63e01bc33cf0f80ee2a184ea13402b4fca0ae /src/gui_backend_local.c
parent0d19fc14f192bc35fed03ea093e3d8798315fb1b (diff)
s/job title/job name/
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;
}