From: otta8634 Date: Fri, 9 May 2025 17:33:49 +0000 (+0800) Subject: Fix a missed period in the guide X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=371637c462b48500b5ee5339b6729c5295238460;p=xonotic%2Fxonotic-data.pk3dir.git Fix a missed period in the guide Missed a period at the end of a paragraph. --- diff --git a/qcsrc/menu/xonotic/guide/pages.qc b/qcsrc/menu/xonotic/guide/pages.qc index 55bfc8a49d..6adc84399d 100644 --- a/qcsrc/menu/xonotic/guide/pages.qc +++ b/qcsrc/menu/xonotic/guide/pages.qc @@ -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")