diff --git a/core/model/Translatable.php b/core/model/Translatable.php index bb72d8fe8..e4acedae1 100755 --- a/core/model/Translatable.php +++ b/core/model/Translatable.php @@ -49,7 +49,7 @@ * * Getting a translation for an existing instance: * - * $translatedObj = DataObject::get_one_by_locale('MyObject', 'de_DE'); + * $translatedObj = Translatable::get_one_by_locale('MyObject', 'de_DE'); * * * Getting a translation for an existing instance: