Clarify that clicking 'No' to not elevate installs the layer per-user.

This commit is contained in:
baldurk
2018-04-03 13:21:48 +01:00
parent fbf483e401
commit 9685f5e9c5
+2 -1
View File
@@ -380,7 +380,8 @@ void CaptureDialog::vulkanLayerWarn_mouseClick()
{
QMessageBox::StandardButton elevate = RDDialog::question(
this, tr("System layer install"),
tr("Do you want to elevate permissions to install the layer at a system level?"),
tr("Do you want to elevate permissions to install the layer at a system level?\n\n"
"If you click 'No', the layer will be installed at a per-user level."),
RDDialog::YesNoCancel);
if(elevate == QMessageBox::Yes)