]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
unshare: make the wording of a message identical to that of three others
authorBenno Schulenberg <bensberg@telfort.nl>
Thu, 24 Apr 2025 09:32:31 +0000 (11:32 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 29 Apr 2025 11:02:40 +0000 (13:02 +0200)
That is: spare translators having to translate different strings that
mean the exact same thing.

Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
sys-utils/unshare.c

index 05db627bef587e879df5184bb4864a76e52f39cb..fe140a0c786067a5f6f2ca550dff8fa40829120e 100644 (file)
@@ -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