diff options
author | Brion Vibber <brion@pobox.com> | 2009-11-08 23:22:13 +0100 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2009-11-08 23:22:13 +0100 |
commit | a034fb0b82dc586bdec10523100f628a2ecf0fe4 (patch) | |
tree | 1a948df8cdab7fab3a1d95d9716dd31488f7fe72 /actions/profilesettings.php | |
parent | 111f6a775daf9334adb05c9f8e539d682238f4dd (diff) |
Revert "* check usage of 'people' in UI and change it to 'users' or something else in most places"
This reverts commit 81b4a381d9ddc71ed8a53c074ea10910882d3156.
IMO "user" is a bit impersonal and we shouldn't go changing the tone of the UI willy-nilly when we're updating localisations.
Diffstat (limited to 'actions/profilesettings.php')
-rw-r--r-- | actions/profilesettings.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/profilesettings.php b/actions/profilesettings.php index 6a1c07f9d..0a0cc5997 100644 --- a/actions/profilesettings.php +++ b/actions/profilesettings.php @@ -68,8 +68,8 @@ class ProfilesettingsAction extends AccountSettingsAction function getInstructions() { - return _('You can update your personal profile info here ' . - 'so readers know more about you.'); + return _('You can update your personal profile info here '. + 'so people know more about you.'); } function showScripts() |