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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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;

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);