/moodle/blocks/use_stats/block_use_stats.php
Line 189
$this->content->text .= ' '.block_use_stats_format_time($fulltotal);
with this
$string['youspent'] = 'You spent ';
results a double space between 'youspent' and 'onthismoodlefrom'
Example:
You spent 20h 41m 31s here since
/moodle/blocks/use_stats/block_use_stats.php Line 189 $this->content->text .= ' '.block_use_stats_format_time($fulltotal); with this $string['youspent'] = 'You spent '; results a double space between 'youspent' and 'onthismoodlefrom' Example: You spent 20h 41m 31s here since