]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Fix a missed period in the guide
authorotta8634 <k9wolf@pm.me>
Fri, 9 May 2025 17:33:49 +0000 (01:33 +0800)
committerotta8634 <k9wolf@pm.me>
Fri, 9 May 2025 17:33:49 +0000 (01:33 +0800)
Missed a period at the end of a paragraph.

qcsrc/menu/xonotic/guide/pages.qc

index 55bfc8a49db20d45cd3f0a4c84c5129b11f17fd0..6adc84399dfa446ab67aa808cfc6d2de14689a36 100644 (file)
@@ -105,7 +105,7 @@ REGISTER_MOVEMENT_PAGE(5, _("Rocket Flying"), "gametype_inv")
 REGISTER_MOVEMENT_PAGE(6, _("Crylink Running"), "gametype_inv")
 {
        this.m_description = strzone(sprintf(_("The drag force of %s secondary fire can not only break other people's movement, but can also give yourself a significant speed boost.\n\n"
-               "To \"crylink run,\" shoot the %s secondary at the floor (or a parallel wall) just in front of you and begin bunny hopping to catapult yourself off the stand into high speed"),
+               "To \"crylink run,\" shoot the %s secondary at the floor (or a parallel wall) just in front of you and begin bunny hopping to catapult yourself off the stand into high speed."),
        COLORED_NAME(WEP_CRYLINK), COLORED_NAME(WEP_CRYLINK)));
 }
 REGISTER_MOVEMENT_PAGE(7, _("Crylink Wall Climbing"), "gametype_inv")