Translation changes requested from sch-ida. (#2371)

This commit is contained in:
gir489
2023-11-03 11:07:28 -04:00
committed by GitHub
parent d277f1660d
commit d64afe65db
2 changed files with 3 additions and 3 deletions

View File

@ -207,7 +207,7 @@ namespace big
}
ImGui::SameLine();
if (components::button("MAX_VEHICLE"_T))
if (components::button("MAX_VEHICLE_PERFORMANCE"_T))
{
g_fiber_pool->queue_job([] {
vehicle::max_vehicle_performance(self::veh);