I wanted to rename the 'friends' to 'followings' as I believe this would be more approprite for my elgg site. I have renamed some language files and in all the sections the renaming has been successful.
But, when someone 'follows' another user, the notification message says 'USER NAME has added you as a friend'.
Now, could anyone please tell me how to rename this as well?
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Shouvik Mukherjee@shouvik

Shouvik Mukherjee - 0 likes
- Ilu@iluvatar

Ilu - 0 likes
- Shouvik Mukherjee@shouvik

Shouvik Mukherjee - 0 likes
You must log in to post replies.Someone, please ...!
iluvatar@ubuntu:/var/www$ grep newfriend */*
languages/en.php: 'friend:newfriend:subject' => "%s has made you a friend!",
languages/en.php: 'friend:newfriend:body' => "%s has made you a friend!
iluvatar@ubuntu:/var/www$
beside that i recomment the 'contacts'-plugin which renames everything called 'friend' to 'contact'. it works for me quite good and you can simply update the en.php with your wording instead of digging through all language files of all components...
Thanks, both of you, for the positive replies!