summaryrefslogtreecommitdiff
path: root/src/install.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/install.c')
-rw-r--r--src/install.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/install.c b/src/install.c
index 049d7ab4b..0dc5f1dd2 100644
--- a/src/install.c
+++ b/src/install.c
@@ -365,7 +365,7 @@ main (int argc, char **argv)
{
error (0, 0,
_("unable to create relative-named directory, %s,"
- " due to prior failure to restore working directory"),
+ " due to prior failure to return to working directory"),
quote (argv[optind]));
ok = false;;
continue;