MDL-21719 Fixed the local strings file name

This commit is contained in:
David Mudrak 2010-02-25 10:13:37 +00:00
parent 45c6bf6c89
commit c17f55fa71

View File

@ -66,7 +66,7 @@ Custom language strings
If customisation needs new strings it is recommended to use normal plugin
strings.
sample language file /local/nicehack/lang/en_utf8.php
sample language file /local/nicehack/lang/en_utf8/local_nicehack.php
<?php
$string['hello'] = 'Hi $a';
$string['nicehack:nicecapability'] = 'Some capability';