← Back to team overview

mahara-contributors team mailing list archive

Re: [Bug 785068] Re: Translated string 'pendingmembers' in group.php not read

 

Hi Emanuel,

I have just tested your pack against master and 1.3_STABLE in the git
tree. Both seem to work as expected, so not sure whats up. If it works
for you in 1.4 then we shall leave it at that.

Cheers,

Hugh

On 24/05/11 20:22, Emanuel Garcês wrote:
> The 'group.php' is there and has the 'pendingmembers '. I've attached the language pack, so that you can test it.
> I just installed version 1.4 and sure enough the string is appearing correctly, but in version 1.3.x, the one we are using, the problem still manifests.
> 
> ** Attachment added: "langpack-pt.tgz"
>    https://bugs.launchpad.net/mahara/+bug/785068/+attachment/2140608/+files/langpack-pt.tgz
> 

-- 
Hugh Davenport
803 2258
Developer
Catalyst Ltd.

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/785068

Title:
  Translated string 'pendingmembers' in group.php not read

Status in Mahara ePortfolio:
  Fix Committed

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


References