Hi. I've only noticed this after finishing the portuguese translation. You need to have another language pack installed so that you can see that this particular string ($string['pendingmembers'], in grou.php) is not being read. I've not yet installed version 1.4rc to test this, but as I noticed the group.php remained unchanged, I assume that this behaviour still manifests itself
** Attachment added: "maharabug.png" https://bugs.launchpad.net/mahara/+bug/785068/+attachment/2139515/+files/maharabug.png -- You received this bug notification because you are a member of Mahara Committers, which is subscribed to Mahara. https://bugs.launchpad.net/bugs/785068 Title: Translated string 'pendingmembers' in group.php not read Status in Mahara ePortfolio: Incomplete Bug description: The translated string 'pendingmembers' in group.php is not being read. The bug is in the file group\requestjoin.php, line 104 - 109, the current code reads: 'strings' => (object) array( 'urltext' => (object) array( 'key' => 'pendingmembers', 'section' => 'group', ), ), it should be: 'urltext' => get_string_from_language($adminlang, 'pendingmembers', 'group'), This is present in Mahara 1.3.6 and the latest 1.4rc1 _______________________________________________ Mailing list: https://launchpad.net/~mahara-core Post to : [email protected] Unsubscribe : https://launchpad.net/~mahara-core More help : https://help.launchpad.net/ListHelp

