diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-02-26 11:11:57 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-02-26 11:11:57 +0100 |
commit | 18143cd767955a75b652ca21a810efd73698ca10 (patch) | |
tree | c109e489fb2e90fa3c13bc808e92958253141f99 /src/home/homectl.c | |
parent | 1ad448673ed3bfb0f989909485f01f485888d90d (diff) | |
download | systemd-18143cd767955a75b652ca21a810efd73698ca10.tar.gz |
tree-wide: s/home/home area/g
"home" is okay-ish in English, but rather awkward in many other languages.
For example, even before this change, in fr.po we had "un espace personnel"
as the translation everywhere. Let's use a less overloaded term.
Fixes #14789.
Diffstat (limited to 'src/home/homectl.c')
-rw-r--r-- | src/home/homectl.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/home/homectl.c b/src/home/homectl.c index 19d69c4721..d35034ac08 100644 --- a/src/home/homectl.c +++ b/src/home/homectl.c @@ -2268,11 +2268,11 @@ static int help(int argc, char *argv[], void *userdata) { " deactivate USER… Deactivate home\n" " inspect USER… Inspect home\n" " authenticate USER… Authenticate home\n" - " create USER Create a home\n" - " remove USER… Remove a home\n" - " update USER Update a home\n" - " passwd USER Change password of a home\n" - " resize USER SIZE Resize a home\n" + " create USER Create a home area\n" + " remove USER… Remove a home area\n" + " update USER Update a home area\n" + " passwd USER Change password of a home area\n" + " resize USER SIZE Resize a home area\n" " lock USER… Temporarily lock an active home\n" " unlock USER… Unlock a temporarily locked home\n" " lock-all Lock all suitable homes\n" |