summaryrefslogtreecommitdiff
path: root/src/home/homed-home.h
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-02-26 11:11:57 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-02-26 11:11:57 +0100
commit18143cd767955a75b652ca21a810efd73698ca10 (patch)
treec109e489fb2e90fa3c13bc808e92958253141f99 /src/home/homed-home.h
parent1ad448673ed3bfb0f989909485f01f485888d90d (diff)
downloadsystemd-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/homed-home.h')
-rw-r--r--src/home/homed-home.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/home/homed-home.h b/src/home/homed-home.h
index c75b06722c..ec7966fb14 100644
--- a/src/home/homed-home.h
+++ b/src/home/homed-home.h
@@ -100,7 +100,7 @@ struct Home {
/* Stores the raw, plaintext passwords, but only for short periods of time */
UserRecord *secret;
- /* When we create a home and that fails, we should possibly unregister the record altogether
+ /* When we create a home area and that fails, we should possibly unregister the record altogether
* again, which is remembered in this boolean. */
bool unregister_on_failure;