How to change the language in activity?

I am reading the packt book elgg 1.8 and learnt to change the language in buttons and stuff . I wanted to say notes instead of blogs and successfuly changed it in menus and all other spots but still in the activity it says pradyumna has published a blog . How can i change that to say note instead of blog ?

  • Are you just looking for river translations for blogs?

    See mod/blog/languages/en.php

        'river:create:object:blog' => '%s published a blog post %s',
        'river:comment:object:blog' => '%s commented on the blog %s',

Beginning Developers

Beginning Developers

This space is for newcomers, who wish to build a new plugin or to customize an existing one to their liking