From d64afe65db45f07be26351503e6c48e779520c2b Mon Sep 17 00:00:00 2001 From: gir489 <100792176+gir489returns@users.noreply.github.com> Date: Fri, 3 Nov 2023 11:07:28 -0400 Subject: [PATCH] Translation changes requested from sch-ida. (#2371) --- src/views/self/view_weapons.cpp | 4 ++-- src/views/vehicle/view_lsc.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/self/view_weapons.cpp b/src/views/self/view_weapons.cpp index 87fb7d4d..7fbab04d 100644 --- a/src/views/self/view_weapons.cpp +++ b/src/views/self/view_weapons.cpp @@ -24,7 +24,7 @@ namespace big {big::CustomWeapon::GRAVITY_GUN, "VIEW_SELF_WEAPONS_GRAVITY_GUN"_T}, {big::CustomWeapon::STEAL_VEHICLE_GUN, "BACKEND_LOOPED_WEAPONS_STEAL_VEHICLE_GUN"_T}, {big::CustomWeapon::REPAIR_GUN, "BACKEND_LOOPED_WEAPONS_REPAIR_GUN"_T}, - {big::CustomWeapon::VEHICLE_GUN, "BACKEND_LOOPED_WEAPONS_STEAL_VEHICLE_GUN"_T}, + {big::CustomWeapon::VEHICLE_GUN, "BACKEND_LOOPED_WEAPONS_VEHICLE_GUN"_T}, {big::CustomWeapon::TP_GUN, "VIEW_SELF_WEAPONS_TP_GUN"_T}, {big::CustomWeapon::PAINT_GUN, "VIEW_SELF_WEAPONS_PAINT_GUN"_T}, }; @@ -196,7 +196,7 @@ namespace big ImGui::PopItemWidth(); } - if (ImGui::CollapsingHeader("Ammunation"_T.data())) + if (ImGui::CollapsingHeader("VIEW_WEAPON_AMMUNATION"_T.data())) { static Hash selected_weapon_hash, selected_weapon_attachment_hash{}; static std::string selected_weapon, selected_weapon_attachment; diff --git a/src/views/vehicle/view_lsc.cpp b/src/views/vehicle/view_lsc.cpp index a4320187..c6b18415 100644 --- a/src/views/vehicle/view_lsc.cpp +++ b/src/views/vehicle/view_lsc.cpp @@ -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);