Fixed notation for (mega|giga|kilo)bytes

This commit is contained in:
martinlanghoff
2005-04-06 07:16:43 +00:00
parent ddd7a47ac1
commit 232eafed03
+3 -3
View File
@@ -966,9 +966,9 @@ $string['sitesettings'] = 'Site settings';
$string['siteteachers'] = 'Site teachers';
$string['size'] = 'Size';
$string['sizeb'] = 'bytes';
$string['sizegb'] = 'Gb';
$string['sizekb'] = 'Kb';
$string['sizemb'] = 'Mb';
$string['sizegb'] = 'GB';
$string['sizekb'] = 'KB';
$string['sizemb'] = 'MB';
$string['skypeid'] = 'Skype ID';
$string['socialheadline'] = 'Social forum - latest topics';
$string['someallowguest'] = 'Some courses may allow guest access';