Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn committed Jul 21, 2020
1 parent e7fd8d7 commit 89e6449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tiled/tilecollisiondock.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ void TileCollisionDock::retranslateUi()
{
setWindowTitle(QCoreApplication::translate("Tiled::MainWindow", "Tile Collision Editor"));

mActionAutoDetectMask->setText(tr("Detect Bouding Box"));
mActionAutoDetectMask->setText(tr("Detect Bounding Box"));

mActionDuplicateObjects->setText(tr("Duplicate Objects"));
mActionRemoveObjects->setText(tr("Remove Objects"));
Expand Down

0 comments on commit 89e6449

Please sign in to comment.