diff options
author | Thomas White <taw@physics.org> | 2020-08-28 12:29:55 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2020-08-28 12:29:55 +0200 |
commit | 4fec62a6f3f161c6a67229e52c61aedbc5eb0f36 (patch) | |
tree | 0cd63e01bc33cf0f80ee2a184ea13402b4fca0ae | |
parent | 0d19fc14f192bc35fed03ea093e3d8798315fb1b (diff) |
s/job title/job name/
-rw-r--r-- | src/gui_backend_local.c | 2 | ||||
-rw-r--r-- | src/gui_backend_slurm.c | 2 |
2 files changed, 2 insertions, 2 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; } diff --git a/src/gui_backend_slurm.c b/src/gui_backend_slurm.c index 557d14b5..985a21ea 100644 --- a/src/gui_backend_slurm.c +++ b/src/gui_backend_slurm.c @@ -99,7 +99,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; } |