fix(SkinManageDialog.cpp): typo
Signed-off-by: 快乐的老鼠宝宝 <laoshubaby@protonmail.com>
This commit is contained in:
parent
7d418a32e7
commit
1c1e296960
@ -484,7 +484,7 @@ void SkinManageDialog::on_userBtn_clicked()
|
|||||||
if (failReason.isEmpty()) {
|
if (failReason.isEmpty()) {
|
||||||
failReason = tr("the skin is invalid");
|
failReason = tr("the skin is invalid");
|
||||||
}
|
}
|
||||||
CustomMessageBox::selectable(this, tr("Usename not found"),
|
CustomMessageBox::selectable(this, tr("Username not found"),
|
||||||
tr("Unable to find the skin for '%1'\n because: %2.").arg(user, failReason), QMessageBox::Critical)
|
tr("Unable to find the skin for '%1'\n because: %2.").arg(user, failReason), QMessageBox::Critical)
|
||||||
->show();
|
->show();
|
||||||
QFile::remove(path);
|
QFile::remove(path);
|
||||||
|
Loading…
Reference in New Issue
Block a user