Skip to content

Commit 4fcfa2b

Browse files
authored
Fixed typo in word "realy" (#74)
1 parent 33b7ace commit 4fcfa2b

4 files changed

Lines changed: 15 additions & 15 deletions

File tree

resource/translations/English.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ Connection to %1 failed!</source>
831831
<translation type="unfinished"></translation>
832832
</message>
833833
<message>
834-
<source>This is a multi-purpose field.
834+
<source>This is a multi-purpose field.
835835
Check the notes of whatever sprite is paired to this path to see how to use this field.</source>
836836
<translation type="unfinished"></translation>
837837
</message>
@@ -1339,15 +1339,15 @@ Check the notes of whatever sprite is paired to this path to see how to use this
13391339
<translation type="unfinished"></translation>
13401340
</message>
13411341
<message>
1342-
<source>Do you realy want to delete all 3D Overlays?</source>
1342+
<source>Do you really want to delete all 3D Overlays?</source>
13431343
<translation type="unfinished"></translation>
13441344
</message>
13451345
<message>
1346-
<source>Do you realy want to delete all Behaviors?</source>
1346+
<source>Do you really want to delete all Behaviors?</source>
13471347
<translation type="unfinished"></translation>
13481348
</message>
13491349
<message>
1350-
<source>Do you realy want to delete all objects?</source>
1350+
<source>Do you really want to delete all objects?</source>
13511351
<translation type="unfinished"></translation>
13521352
</message>
13531353
<message>

resource/translations/German.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,7 @@ Verbindung zu %1 fehlgeschlagen!</translation>
849849
<translation type="unfinished"></translation>
850850
</message>
851851
<message>
852-
<source>This is a multi-purpose field.
852+
<source>This is a multi-purpose field.
853853
Check the notes of whatever sprite is paired to this path to see how to use this field.</source>
854854
<translation type="unfinished"></translation>
855855
</message>
@@ -1357,15 +1357,15 @@ Check the notes of whatever sprite is paired to this path to see how to use this
13571357
<translation type="unfinished"></translation>
13581358
</message>
13591359
<message>
1360-
<source>Do you realy want to delete all 3D Overlays?</source>
1360+
<source>Do you really want to delete all 3D Overlays?</source>
13611361
<translation type="unfinished"></translation>
13621362
</message>
13631363
<message>
1364-
<source>Do you realy want to delete all Behaviors?</source>
1364+
<source>Do you really want to delete all Behaviors?</source>
13651365
<translation type="unfinished"></translation>
13661366
</message>
13671367
<message>
1368-
<source>Do you realy want to delete all objects?</source>
1368+
<source>Do you really want to delete all objects?</source>
13691369
<translation type="unfinished"></translation>
13701370
</message>
13711371
<message>

resource/translations/Italian.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ Connecssione a %1 fallita!</translation>
852852
<translation type="unfinished"></translation>
853853
</message>
854854
<message>
855-
<source>This is a multi-purpose field.
855+
<source>This is a multi-purpose field.
856856
Check the notes of whatever sprite is paired to this path to see how to use this field.</source>
857857
<translation type="unfinished"></translation>
858858
</message>
@@ -1360,15 +1360,15 @@ Check the notes of whatever sprite is paired to this path to see how to use this
13601360
<translation type="unfinished"></translation>
13611361
</message>
13621362
<message>
1363-
<source>Do you realy want to delete all 3D Overlays?</source>
1363+
<source>Do you really want to delete all 3D Overlays?</source>
13641364
<translation type="unfinished"></translation>
13651365
</message>
13661366
<message>
1367-
<source>Do you realy want to delete all Behaviors?</source>
1367+
<source>Do you really want to delete all Behaviors?</source>
13681368
<translation type="unfinished"></translation>
13691369
</message>
13701370
<message>
1371-
<source>Do you realy want to delete all objects?</source>
1371+
<source>Do you really want to delete all objects?</source>
13721372
<translation type="unfinished"></translation>
13731373
</message>
13741374
<message>

tileseteditor/tileseteditorwindow.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ void TilesetEditorWindow::on_pipeColorComboBox_currentIndexChanged(int index)
738738

739739
void TilesetEditorWindow::on_actionDeleteAll3DOverlays_triggered()
740740
{
741-
QMessageBox::StandardButton warning = QMessageBox::warning(this, "CoinKiller", tr("Do you realy want to delete all 3D Overlays?"), QMessageBox::Yes|QMessageBox::No);
741+
QMessageBox::StandardButton warning = QMessageBox::warning(this, "CoinKiller", tr("Do you really want to delete all 3D Overlays?"), QMessageBox::Yes|QMessageBox::No);
742742

743743
if (warning != QMessageBox::Yes)
744744
return;
@@ -753,7 +753,7 @@ void TilesetEditorWindow::on_actionDeleteAll3DOverlays_triggered()
753753

754754
void TilesetEditorWindow::on_actionDeleteAllBehaviors_triggered()
755755
{
756-
QMessageBox::StandardButton warning = QMessageBox::warning(this, "CoinKiller", tr("Do you realy want to delete all Behaviors?"), QMessageBox::Yes|QMessageBox::No);
756+
QMessageBox::StandardButton warning = QMessageBox::warning(this, "CoinKiller", tr("Do you really want to delete all Behaviors?"), QMessageBox::Yes|QMessageBox::No);
757757

758758
if (warning != QMessageBox::Yes)
759759
return;
@@ -843,7 +843,7 @@ void TilesetEditorWindow::on_moveObjectDownButton_clicked()
843843

844844
void TilesetEditorWindow::on_actionDeleteAllObjects_triggered()
845845
{
846-
QMessageBox::StandardButton warning = QMessageBox::warning(this, "CoinKiller", tr("Do you realy want to delete all objects?"), QMessageBox::Yes|QMessageBox::No);
846+
QMessageBox::StandardButton warning = QMessageBox::warning(this, "CoinKiller", tr("Do you really want to delete all objects?"), QMessageBox::Yes|QMessageBox::No);
847847

848848
if (warning != QMessageBox::Yes)
849849
return;

0 commit comments

Comments
 (0)