From 371637c462b48500b5ee5339b6729c5295238460 Mon Sep 17 00:00:00 2001 From: otta8634 Date: Sat, 10 May 2025 01:33:49 +0800 Subject: [PATCH] Fix a missed period in the guide Missed a period at the end of a paragraph. --- qcsrc/menu/xonotic/guide/pages.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.39.5