Fix string typo
This commit is contained in:
parent
96392e67f4
commit
86fda8e23e
|
@ -875,7 +875,7 @@ void CSbieView::OnSandBoxAction(QAction* Action)
|
||||||
if (theConf->GetInt("Options/WarnOpenRegistry", -1) == -1)
|
if (theConf->GetInt("Options/WarnOpenRegistry", -1) == -1)
|
||||||
{
|
{
|
||||||
bool State = false;
|
bool State = false;
|
||||||
if (CCheckableMessageBox::question(this, "Sandboxie-Plus", tr("WARNING: The opened registry editor is not sand boxed, please be careful and only do changes to the pre-selected sandbox locations.")
|
if (CCheckableMessageBox::question(this, "Sandboxie-Plus", tr("WARNING: The opened registry editor is not sandboxed, please be careful and only do changes to the pre-selected sandbox locations.")
|
||||||
, tr("Don't show this warning in future"), &State, QDialogButtonBox::Ok | QDialogButtonBox::Cancel, QDialogButtonBox::Yes, QMessageBox::Information) != QDialogButtonBox::Ok)
|
, tr("Don't show this warning in future"), &State, QDialogButtonBox::Ok | QDialogButtonBox::Cancel, QDialogButtonBox::Yes, QMessageBox::Information) != QDialogButtonBox::Ok)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue