Corrected sub-reference to language file.
git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2743 e3e1d417-86f3-4887-817a-d78f3d33393f
This commit is contained in:
parent
e7955b81a7
commit
8560a5811c
|
@ -44,7 +44,7 @@
|
||||||
// maintenance point of view to include the original language file and override the old definitions rather
|
// maintenance point of view to include the original language file and override the old definitions rather
|
||||||
// than copy all the language tokens across. To do this change the line below to whatever your base language
|
// than copy all the language tokens across. To do this change the line below to whatever your base language
|
||||||
// is and uncomment it.
|
// is and uncomment it.
|
||||||
require_once( 'zm_lang_en_gb.php' );
|
require_once( 'lang/en_gb.php' );
|
||||||
|
|
||||||
// You may need to change the character set here, if your web server does not already
|
// You may need to change the character set here, if your web server does not already
|
||||||
// do this by default, uncomment this if required.
|
// do this by default, uncomment this if required.
|
||||||
|
|
Loading…
Reference in New Issue