]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Shorten a Movement guide entry name
authorotta8634 <k9wolf@pm.me>
Sat, 15 Feb 2025 10:59:48 +0000 (18:59 +0800)
committerotta8634 <k9wolf@pm.me>
Sat, 15 Feb 2025 10:59:48 +0000 (18:59 +0800)
"Relevance of Movement" -> "Movement Importance".
It's quite long, the full text isn't able to be displayed.

qcsrc/menu/xonotic/guide/pages.qh

index c0c04258afefae12b7326bc3cbc559d50ffb87c8..91ca2712a9bebe1c735d693e5bade2e9efe8f2c7 100644 (file)
@@ -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"