From b1fbb1f5d256a283dab6f950f76877d7f73082af Mon Sep 17 00:00:00 2001 From: daijun Date: Wed, 26 Aug 2020 09:39:55 +0800 Subject: [PATCH] =?UTF-8?q?fix=20global.app=E3=80=80=E6=9B=BF=E6=8D=A2?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/ui/property/TextureProperty.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/ui/property/TextureProperty.jsx b/web/src/ui/property/TextureProperty.jsx index 8c19af9d..3a0d4382 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); } -- Gitee