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/groups.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/groups.php')
-rw-r--r-- | actions/groups.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/actions/groups.php b/actions/groups.php index c713d0a98..10a1d5964 100644 --- a/actions/groups.php +++ b/actions/groups.php @@ -88,12 +88,11 @@ class GroupsAction extends Action { $notice = sprintf(_('%%%%site.name%%%% groups let you find and talk with ' . - 'users of similar interests. After you join a group ' . + 'people of similar interests. After you join a group ' . 'you can send messages to all other members using the ' . - 'syntax "!groupname". Are you not seeing any groups ' . - 'you like? Try ' . + 'syntax "!groupname". Don\'t see a group you like? Try ' . '[searching for one](%%%%action.groupsearch%%%%) or ' . - '[start your own](%%%%action.newgroup%%%%)!')); + '[start your own!](%%%%action.newgroup%%%%)')); $this->elementStart('div', 'instructions'); $this->raw(common_markup_to_html($notice)); $this->elementEnd('div'); |