That is: spare translators having to translate different strings that mean the exact same thing. Signed-off-by: Benno Schulenberg <bensberg@xxxxxxxxxx> --- sys-utils/unshare.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-utils/unshare.c b/sys-utils/unshare.c index 05db627be..fe140a0c7 100644 --- a/sys-utils/unshare.c +++ b/sys-utils/unshare.c @@ -1241,7 +1241,7 @@ int main(int argc, char *argv[]) newdir = newdir ?: "/"; } if (newdir && chdir(newdir)) - err(EXIT_FAILURE, _("cannot chdir to '%s'"), newdir); + err(EXIT_FAILURE, _("cannot change directory to %s"), newdir); if (procmnt) { /* When not changing root and using the default propagation flags -- 2.48.1