Changeset 1521
- Timestamp:
- 01/20/08 00:39:22 (11 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/mod/community/lib/community_member_remove.php
r1248 r1521 33 33 exit; 34 34 } else { 35 $run_result[]= sprintf(__gettext("%s was removed from your community"), $community_name); 35 $friend_name = user_info('username', $friend_id); 36 $run_result[]= sprintf(__gettext("%s was removed from your community"), $friend_name); 36 37 } 37 38 } else { 38 39 if ($action == "leave") { 39 $run_result[]= sprintf(__gettext(" You coundn't left%s"), $community_name);40 $run_result[]= sprintf(__gettext("An error occured: you couldn't leave %s"), $community_name); 40 41 } else { 41 $run_result[]= sprintf(__gettext(" %s coundn't be removed from your community"), $community_name);42 $run_result[]= sprintf(__gettext("An error occured: %s couldn't be removed from your community"), $community_name); 42 43 } 43 44 }
