From: otta8634 Date: Sat, 15 Feb 2025 10:59:48 +0000 (+0800) Subject: Shorten a Movement guide entry name X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a7e9343445b36d8120eec8a2261874a182e1d2b8;p=xonotic%2Fxonotic-data.pk3dir.git Shorten a Movement guide entry name "Relevance of Movement" -> "Movement Importance". It's quite long, the full text isn't able to be displayed. --- diff --git a/qcsrc/menu/xonotic/guide/pages.qh b/qcsrc/menu/xonotic/guide/pages.qh index c0c04258af..91ca2712a9 100644 --- a/qcsrc/menu/xonotic/guide/pages.qh +++ b/qcsrc/menu/xonotic/guide/pages.qh @@ -65,7 +65,7 @@ REGISTRY(MovementGuidePages, 16) #define REGISTER_MOVEMENT_PAGE(id, name, icon) REGISTER(MovementGuidePages, GUIDE_MOVEMENT_PAGE, id, m_id, NEW(GuidePage, name, icon)) REGISTER_REGISTRY(MovementGuidePages) -REGISTER_MOVEMENT_PAGE(0, _("Relevance of Movement"), "gametype_inv") +REGISTER_MOVEMENT_PAGE(0, _("Movement Importance"), "gametype_inv") { this.m_description = _("Xonotic is a very fast-paced arena shooter. Fast-paced does not only relate to reaction times but also to movement speed. " "That means mastering movement skills is an essential part of Xonotic gameplay and must not be underestimated\n\n"