MDL-22054 converting block name strings to pluginname

AMOS START
 MOV [blockname,block_online_users],[pluginname,block_online_users]
AMOS END
This commit is contained in:
Petr Skoda
2010-04-11 11:31:03 +00:00
parent 8e5c60bd56
commit 4bbe3bd83f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
*/
class block_online_users extends block_base {
function init() {
$this->title = get_string('blockname','block_online_users');
$this->title = get_string('pluginname','block_online_users');
$this->version = 2007101510;
}
@@ -23,8 +23,8 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
$string['blockname'] = 'Online Users';
$string['configtimetosee'] = 'Number of minutes determining the period of inactivity after which a user is no longer considered to be online.';
$string['online_users:viewlist'] = 'View list of online users';
$string['periodnminutes'] = 'last {$a} minutes';
$string['pluginname'] = 'Online Users';
$string['timetosee'] = 'Remove after inactivity (minutes)';