Skip to content

Commit

Permalink
Merge pull request #5 from cgalvan/cgalvan/FixTypeCppShapeExample
Browse files Browse the repository at this point in the history
Fixed typo in description for C++ Shape Example tool.
  • Loading branch information
cgalvan authored Nov 9, 2021
2 parents 2e2e17e + b794c77 commit 75ddd3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp_gems/ShapeExample/Code/Source/ShapeExampleWidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ namespace ShapeExample
mainLayout->setSpacing(20);

// Introduction text explaining the example
QLabel* introText = new QLabel(QObject::tr("Welcome to the Python Shape Example tool. This tool demonstrates an example of creating an entity with a shape component in the editor. It also has other functional samples for you to play with."), this);
QLabel* introText = new QLabel(QObject::tr("Welcome to the C++ Shape Example tool. This tool demonstrates an example of creating an entity with a shape component in the editor. It also has other functional samples for you to play with."), this);
introText->setWordWrap(true);
mainLayout->addWidget(introText);

Expand Down

0 comments on commit 75ddd3b

Please sign in to comment.