mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 19:00:22 +08:00
[fix] A better text prompt for #237
This commit is contained in:
parent
0376a37ec4
commit
03972a96d0
@ -50,10 +50,10 @@ namespace Qv2ray
|
||||
return true;
|
||||
} else {
|
||||
QvMessageBox(nullptr, tr("Cannot start v2ray"),
|
||||
tr("v2ray core file cannot be found at:") + NEWLINE +
|
||||
conf.v2CorePath + NEWLINE + NEWLINE +
|
||||
tr("Please go to Preference Window to change the location.") + NEWLINE +
|
||||
tr("Or place your v2ray core file in the location above."));
|
||||
tr("We cannot find v2ray core binary.") + NEWLINE + NEWLINE +
|
||||
tr("Possible solutions:") + NEWLINE +
|
||||
tr("1. The location is wrong, please go to Preference Window to change it.") + NEWLINE +
|
||||
tr("2. Please make sure the path is an excutable file, use \"chmod +x\" and make sure it's not a directory: ") + conf.v2CorePath + NEWLINE);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user