File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 8585$ string ['mm.core.mod_workshop ' ] = 'Workshop ' ;
8686$ string ['mm.core.networkerrormsg ' ] = 'Network not enabled or not working. ' ;
8787$ string ['mm.core.notapplicable ' ] = 'n/a ' ;
88- $ string ['mm.core.numdays ' ] = '{{number }} days ' ;
89- $ string ['mm.core.numhours ' ] = '{{number }} hours ' ;
90- $ string ['mm.core.numminutes ' ] = '{{number }} minutes ' ;
91- $ string ['mm.core.nummonths ' ] = '{{number }} months ' ;
92- $ string ['mm.core.numseconds ' ] = '{{number }} seconds ' ;
93- $ string ['mm.core.numyears ' ] = '{{number }} years ' ;
88+ $ string ['mm.core.numdays ' ] = '{{$a }} days ' ;
89+ $ string ['mm.core.numhours ' ] = '{{$a }} hours ' ;
90+ $ string ['mm.core.numminutes ' ] = '{{$a }} minutes ' ;
91+ $ string ['mm.core.nummonths ' ] = '{{$a }} months ' ;
92+ $ string ['mm.core.numseconds ' ] = '{{$a }} seconds ' ;
93+ $ string ['mm.core.numyears ' ] = '{{$a }} years ' ;
9494$ string ['mm.core.pulltorefresh ' ] = 'Pull to refresh ' ;
9595$ string ['mm.core.search ' ] = 'Search ' ;
9696$ string ['mm.core.sizeb ' ] = 'bytes ' ;
Original file line number Diff line number Diff line change 2525
2626defined ('MOODLE_INTERNAL ' ) || die;
2727
28- $ plugin ->version = 2014012419 ;
28+ $ plugin ->version = 2014012420 ;
2929$ plugin ->requires = 2013111800 ; // Require Moodle version (2.6).
3030$ plugin ->maturity = MATURITY_STABLE ;
3131$ plugin ->release = '1.200 ' ; // This should be the latest Mobile app version
You can’t perform that action at this time.
0 commit comments