From: otta8634 Date: Sun, 22 Dec 2024 09:52:06 +0000 (+0800) Subject: Rename "dropweapon" -> "drop weapon" in the guide X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=de969468cc372e5556f6825760d49dc83e8adb95;p=xonotic%2Fxonotic-data.pk3dir.git Rename "dropweapon" -> "drop weapon" in the guide Seems that other transifex strings use "drop weapon". --- diff --git a/qcsrc/common/mutators/mutator/buffs/all.inc b/qcsrc/common/mutators/mutator/buffs/all.inc index eae517206..b2feedfc3 100644 --- a/qcsrc/common/mutators/mutator/buffs/all.inc +++ b/qcsrc/common/mutators/mutator/buffs/all.inc @@ -202,7 +202,7 @@ CLASS(SwapperBuff, Buff) METHOD(SwapperBuff, describe, string(SwapperBuff this)) { TC(SwapperBuff, this); - return sprintf(_("The %s allows you to press the ^3dropweapon^7 bind to switch places with a nearby enemy once\n\n" + return sprintf(_("The %s allows you to press the ^3drop weapon^7 bind to switch places with a nearby enemy once\n\n" "A common usage of this Buff is to jump over the map's void, then swap with an enemy, to cause them to fall into the void"), COLORED_NAME_WITH_CONCAT(this, _("Buff"))); } diff --git a/qcsrc/common/mutators/mutator/nades/nades.inc b/qcsrc/common/mutators/mutator/nades/nades.inc index 023e9122c..798a166ec 100644 --- a/qcsrc/common/mutators/mutator/nades/nades.inc +++ b/qcsrc/common/mutators/mutator/nades/nades.inc @@ -16,7 +16,7 @@ CLASS(NormalNade, Nade) { TC(NormalNade, this); return sprintf(_("The (normal) %s explodes after a short delay, dealing damage to nearby players\n\n" - "Make sure you remember to throw it with ^3dropweapon^7, or else it will blow up in your hands!"), + "Make sure you remember to throw it with ^3drop weapon^7, or else it will blow up in your hands!"), COLORED_NAME(this)); } #endif