diff options
author | Andreas Kling <kling@serenityos.org> | 2020-06-17 18:20:28 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-06-17 18:35:49 +0200 |
commit | 723f4e5ee65cb31b29428d2ea4d701fd906204c0 (patch) | |
tree | abf21a26f22f6d9d317ebb4b47e07217c0e4f83f /Base | |
parent | d7bf60937655fbe316a9aff8c1119339ffb23e79 (diff) | |
download | serenity-723f4e5ee65cb31b29428d2ea4d701fd906204c0.zip |
Meta: Scale back overly informal user-facing strings
We were getting a little overly memey in some places, so let's scale
things back to business-casual.
Informal language is fine in comments, commits and debug logs,
but let's keep the runtime nice and presentable. :^)
Diffstat (limited to 'Base')
-rw-r--r-- | Base/etc/group | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Base/etc/group b/Base/etc/group index 4f712ac979..2fb7986f9c 100644 --- a/Base/etc/group +++ b/Base/etc/group @@ -1,5 +1,5 @@ root:x:0: -goodboys:x:1:anon +wheel:x:1:anon tty:x:2: phys:x:3:window,anon audio:x:4:anon |