mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #03949
[Bug 785068] [NEW] Translated string 'pendingmembers' in group.php not read
Public bug reported:
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
** Affects: mahara
Importance: Undecided
Status: New
--
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:
New
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
Follow ups
-
[Bug 785068] Re: Translated string 'pendingmembers' in group.php not read
From: François Marier, 2011-06-14
-
[Bug 785068] Re: Translated string 'pendingmembers' in group.php not read
From: François Marier, 2011-05-24
-
[Bug 785068] Re: Translated string 'pendingmembers' in group.php not read
From: Emanuel Garcês, 2011-05-24
-
[Bug 785068] Re: Translated string 'pendingmembers' in group.php not read
From: Hugh Davenport, 2011-05-24
-
[Bug 785068] Re: Translated string 'pendingmembers' in group.php not read
From: François Marier, 2011-05-24
-
[Bug 785068] Re: Translated string 'pendingmembers' in group.php not read
From: Emanuel Garcês, 2011-05-23
-
[Bug 785068] Re: Translated string 'pendingmembers' in group.php not read
From: François Marier, 2011-05-23
-
[Bug 785068] Re: Translated string 'pendingmembers' in group.php not read
From: Hugh Davenport, 2011-05-23
-
[Bug 785068] Re: Translated string 'pendingmembers' in group.php not read
From: Hugh Davenport, 2011-05-22
-
[Bug 785068] Re: Translated string 'pendingmembers' in group.php not read
From: François Marier, 2011-05-19
-
[Bug 785068] [NEW] Translated string 'pendingmembers' in group.php not read
From: Emanuel Garcês, 2011-05-19
References