About to -> you are about to
You're is used in some other places but im lazy Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
parent
cbe5af235c
commit
bf04becc9e
8 changed files with 13 additions and 14 deletions
|
@ -195,7 +195,7 @@ void WorldListPage::on_actionRemove_triggered()
|
|||
return;
|
||||
|
||||
auto result = CustomMessageBox::selectable(this, tr("Confirm Deletion"),
|
||||
tr("About to delete: %1\n"
|
||||
tr("You are about to delete \"%1\".\n"
|
||||
"The world may be gone forever (A LONG TIME).\n\n"
|
||||
"Are you sure?")
|
||||
.arg(m_worlds->allWorlds().at(proxiedIndex.row()).name()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue