Fix text
This commit is contained in:
parent
a2a98074c2
commit
81cc5142bf
@ -76,7 +76,7 @@ LUI.MenuBuilder.m_types_build["mods_menu"] = function(a1)
|
|||||||
menu:AddButton("$_UNLOAD", function()
|
menu:AddButton("$_UNLOAD", function()
|
||||||
game:executecommand("unloadmod")
|
game:executecommand("unloadmod")
|
||||||
end, nil, true, nil, {
|
end, nil, true, nil, {
|
||||||
desc_text = "Unload the currently loaded mod"
|
desc_text = "Unload the currently loaded mod."
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -38,9 +38,9 @@ namespace branding
|
|||||||
void post_unpack() override
|
void post_unpack() override
|
||||||
{
|
{
|
||||||
localized_strings::override("MENU_SP_CAMPAIGN", "H2-MOD");
|
localized_strings::override("MENU_SP_CAMPAIGN", "H2-MOD");
|
||||||
localized_strings::override("MENU_SYSINFO_CUSTOMER_SUPPORT_LINK", "Github Page");
|
localized_strings::override("MENU_SYSINFO_CUSTOMER_SUPPORT_LINK", "Github Page:");
|
||||||
localized_strings::override("MENU_SYSINFO_CUSTOMER_SUPPORT_URL", "https://github.com/fedddddd/h2-mod");
|
localized_strings::override("MENU_SYSINFO_CUSTOMER_SUPPORT_URL", "https://github.com/fedddddd/h2-mod");
|
||||||
localized_strings::override("MENU_SYSINFO_DONATION_LINK", "Donation Link");
|
localized_strings::override("MENU_SYSINFO_DONATION_LINK", "Donation Link:");
|
||||||
localized_strings::override("MENU_SYSINFO_DONATION_URL", "https://paypal.me/fedecek");
|
localized_strings::override("MENU_SYSINFO_DONATION_URL", "https://paypal.me/fedecek");
|
||||||
|
|
||||||
utils::hook::jump(0x33D550_b, get_build_number_stub, true);
|
utils::hook::jump(0x33D550_b, get_build_number_stub, true);
|
||||||
|
Loading…
Reference in New Issue
Block a user