make description more clear (#18263)

This commit is contained in:
minggo 2017-09-14 09:26:04 +08:00 committed by GitHub
parent d092e1c877
commit dc8502edc1
1 changed files with 1 additions and 1 deletions

View File

@ -584,7 +584,7 @@ bool Issue8316::init()
widgetSize.height / 2.0f + label->getContentSize().height * 1.5f));
_uiLayer->addChild(label);
Text* alert = Text::create("ListView Disable Touch", "fonts/Marker Felt.ttf", 20);
Text* alert = Text::create("Can not scroll list view", "fonts/Marker Felt.ttf", 20);
alert->setColor(Color3B(159, 168, 176));
alert->setPosition(Vec2(widgetSize.width / 2.0f,
widgetSize.height / 2.0f - alert->getContentSize().height * 3.075f));