diff --git a/data/ui_scripts/mods/loading.lua b/data/ui_scripts/mods/loading.lua index 0e8d2d96..85acffb1 100644 --- a/data/ui_scripts/mods/loading.lua +++ b/data/ui_scripts/mods/loading.lua @@ -76,7 +76,7 @@ LUI.MenuBuilder.m_types_build["mods_menu"] = function(a1) menu:AddButton("$_UNLOAD", function() game:executecommand("unloadmod") end, nil, true, nil, { - desc_text = "Unload the currently loaded mod" + desc_text = "Unload the currently loaded mod." }) end diff --git a/src/client/component/branding.cpp b/src/client/component/branding.cpp index 95c9aa4d..9e285dab 100644 --- a/src/client/component/branding.cpp +++ b/src/client/component/branding.cpp @@ -38,9 +38,9 @@ namespace branding void post_unpack() override { 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_DONATION_LINK", "Donation Link"); + localized_strings::override("MENU_SYSINFO_DONATION_LINK", "Donation Link:"); localized_strings::override("MENU_SYSINFO_DONATION_URL", "https://paypal.me/fedecek"); utils::hook::jump(0x33D550_b, get_build_number_stub, true);