.arg(tr("The driving visualization will transition to the road-facing wide-angle camera at low speeds to better show some turns. The Experimental mode logo will also be shown in the top right corner."));
constQStringunavailable=tr("Experimental mode is currently unavailable on this car since the car's stock ACC is used for longitudinal control.");
QStringlong_desc=unavailable+""+ \
tr("openpilot longitudinal control may come in a future update.");
if(CP.getExperimentalLongitudinalAvailable()){
if(is_release){
long_desc=unavailable+""+tr("An experimental version of openpilot longitudinal control can be tested, along with Experimental mode, on non-release branches.");
}else{
long_desc=tr("Enable experimental longitudinal control to allow Experimental mode.");