From 81cc5142bf90ba8844dd5b4f4b0968895d033a22 Mon Sep 17 00:00:00 2001 From: Federico Cecchetto Date: Thu, 3 Feb 2022 20:23:46 +0100 Subject: [PATCH] Fix text --- data/ui_scripts/mods/loading.lua | 2 +- src/client/component/branding.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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);