From df820462526e0bae9c234c9f96a951a8fff0ecc6 Mon Sep 17 00:00:00 2001 From: otta8634 Date: Sat, 15 Feb 2025 19:01:28 +0800 Subject: [PATCH] Improve "bunny hopping" guide description Fixed capitalization, added "bhopping" abbreviation. --- qcsrc/menu/xonotic/guide/pages.qh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcsrc/menu/xonotic/guide/pages.qh b/qcsrc/menu/xonotic/guide/pages.qh index 91ca2712a9..6c252e059f 100644 --- a/qcsrc/menu/xonotic/guide/pages.qh +++ b/qcsrc/menu/xonotic/guide/pages.qh @@ -79,7 +79,7 @@ REGISTER_MOVEMENT_PAGE(0, _("Movement Importance"), "gametype_inv") } REGISTER_MOVEMENT_PAGE(1, _("Bunny Hopping"), "gametype_inv") { - this.m_description = _("\"Bunny Hopping\" is a technique known also from other arena shooters\n\n" + this.m_description = _("\"Bunny hopping\" (\"bhopping\") is a technique known also from other arena shooters\n\n" "Due to air control, you can accelerate while in the air far beyond the maximum ground movement speed. " "In order to avoid ground friction you can constantly hop, so that ground contact won't slow you down, by simply keeping the ^3+jump^7 button pressed. " "This allows you to get around the map much faster than if you would just walk\n\n" -- 2.39.5