diff --git a/web/src/ui/property/TextureProperty.jsx b/web/src/ui/property/TextureProperty.jsx index 8c19af9d8f7dd7d50bfd6a68275e40f77b3ac40d..3a0d438235af928ce5ea190eb79fb623a3768dbd 100644 --- a/web/src/ui/property/TextureProperty.jsx +++ b/web/src/ui/property/TextureProperty.jsx @@ -96,7 +96,7 @@ class TextureProperty extends React.Component { } handleSelect() { - global.app.toast(_t('Please click the image in the Mglobal.appanel.')); + global.app.toast(_t('Please click the image in the MapPanel.')); global.app.on(`selectMap.TextureProperty`, this.handleChange); }