-
Bug
-
Resolution: Fixed
-
3.0.x
-
None
-
PHP Environment:
Database:
In language/en/install.php:
'CURRENT_FILE' => 'Begin of current original file',
|
should be:
'CURRENT_FILE' => 'Beginning of current original file',
|
Similarly:
'DIFF_SEP_EXPLAIN' => 'End of current original file / Begin of new updated file',
|
should be:
'DIFF_SEP_EXPLAIN' => 'End of current original file / Beginning of new updated file',
|