From 5fec32df4c5b7bc648cb2170d96d79e637a91a3e Mon Sep 17 00:00:00 2001 From: "R.K" Date: Tue, 30 Apr 2024 09:13:25 -0700 Subject: [PATCH] fix(VehicleController): Missing translations (#3004) --- src/services/vehicle/vehicle_control_service.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/services/vehicle/vehicle_control_service.cpp b/src/services/vehicle/vehicle_control_service.cpp index 674546af..495102f0 100644 --- a/src/services/vehicle/vehicle_control_service.cpp +++ b/src/services/vehicle/vehicle_control_service.cpp @@ -34,7 +34,7 @@ namespace big } }; - vehicle_control_command g_vehicle_control("vehiclecontrol", "Vehicle controller", "Enables/Disables the vehicle controller.", + vehicle_control_command g_vehicle_control("vehiclecontrol", "VEHICLE_CONTROLLER"_T.data(), "VEHICLE_CONTROLLER_DESC"_T.data(), g.window.vehicle_control.opened); void update_controlled_vehicle_doors(controlled_vehicle& veh)