mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-30 11:42:44 +08:00
Converted all static strings to translation keys. (#2284)
This commit is contained in:
@ -5,7 +5,7 @@ namespace big
|
||||
void view::player_vehicle()
|
||||
{
|
||||
ImGui::BeginGroup();
|
||||
components::sub_title("Vehicle");
|
||||
components::sub_title("VEHICLE"_T);
|
||||
if (ImGui::BeginListBox("##veh", get_listbox_dimensions()))
|
||||
{
|
||||
components::player_command_button<"vehkick">(g_player_service->get_selected(), {});
|
||||
|
Reference in New Issue
Block a user