diff --git a/tests/i18n/_fakewebroot/i18nothermodule/code/i18nOtherModule.php b/tests/i18n/_fakewebroot/i18nothermodule/code/i18nOtherModule.php index f521ea117..9021aee3e 100644 --- a/tests/i18n/_fakewebroot/i18nothermodule/code/i18nOtherModule.php +++ b/tests/i18n/_fakewebroot/i18nothermodule/code/i18nOtherModule.php @@ -3,7 +3,7 @@ class i18nOtherModule extends Object { function mymethod() { _t( 'i18nOtherModule.ENTITY', - 'Other Module Entity', + 'Other Module Entity' ); } }