From: Benno Schulenberg Date: Thu, 24 Apr 2025 09:32:31 +0000 (+0200) Subject: unshare: make the wording of a message identical to that of three others X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8782f62fc94baeec540e3d8eacf9407845b5c47a;p=thirdparty%2Futil-linux.git unshare: make the wording of a message identical to that of three others That is: spare translators having to translate different strings that mean the exact same thing. Signed-off-by: Benno Schulenberg --- 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