mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Fixed: Description of "delete profile" action (all files are really deleted)
--HG-- branch : develop
This commit is contained in:
parent
dac136d430
commit
524a3d6645
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ void CProfilesDialog::onAddProfile()
|
||||||
|
|
||||||
void CProfilesDialog::onDeleteProfile()
|
void CProfilesDialog::onDeleteProfile()
|
||||||
{
|
{
|
||||||
QMessageBox::StandardButton res = QMessageBox::question(this, tr("Confirmation"), tr("You're going to delete a profile, files won't be deleted and you'll have to do that manually.\nAre you sure to delete this profile?"));
|
QMessageBox::StandardButton res = QMessageBox::question(this, tr("Confirmation"), tr("You're going to delete a profile, all files that belong to it (configuration, saves, logs, screenshots, etc...) will be deleted.\nAre you sure to delete this profile?"));
|
||||||
|
|
||||||
if (res != QMessageBox::Yes) return;
|
if (res != QMessageBox::Yes) return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue