diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2009-11-08 22:26:13 +0100 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2009-11-08 22:26:13 +0100 |
commit | 81b4a381d9ddc71ed8a53c074ea10910882d3156 (patch) | |
tree | 6870abcd4d832a3cc1a42ee08c553f85c82ee8cc /actions/groups.php | |
parent | 2a8b6c49a165aa437d9e99b996d433531fa4d195 (diff) |
* check usage of 'people' in UI and change it to 'users' or something else in most places
* change some contractions to full text in UI messages
Diffstat (limited to 'actions/groups.php')
-rw-r--r-- | actions/groups.php | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/actions/groups.php b/actions/groups.php index 10a1d5964..c713d0a98 100644 --- a/actions/groups.php +++ b/actions/groups.php @@ -88,11 +88,12 @@ class GroupsAction extends Action { $notice = sprintf(_('%%%%site.name%%%% groups let you find and talk with ' . - 'people of similar interests. After you join a group ' . + 'users of similar interests. After you join a group ' . 'you can send messages to all other members using the ' . - 'syntax "!groupname". Don\'t see a group you like? Try ' . + 'syntax "!groupname". Are you not seeing any groups ' . + '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'); |