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:
@ -802,7 +802,7 @@ void ServersPage::on_actionAdd_triggered()
|
||||
void ServersPage::on_actionRemove_triggered()
|
||||
{
|
||||
auto response = CustomMessageBox::selectable(this, tr("Confirm Removal"),
|
||||
tr("About to remove: %1\n"
|
||||
tr("You are about to remove \"%1\".\n"
|
||||
"This is permanent and the server will be gone from your list forever (A LONG TIME).\n\n"
|
||||
"Are you sure?")
|
||||
.arg(m_model->at(currentServer)->m_name),
|
||||
|
Reference in New Issue
Block a user