diff --git a/web/lang/en_us.php b/web/lang/en_us.php index 1af720cb1..46cec04d5 100644 --- a/web/lang/en_us.php +++ b/web/lang/en_us.php @@ -44,7 +44,7 @@ // 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 // 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 // do this by default, uncomment this if required.