]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Rename "dropweapon" -> "drop weapon" in the guide
authorotta8634 <k9wolf@pm.me>
Sun, 22 Dec 2024 09:52:06 +0000 (17:52 +0800)
committerotta8634 <k9wolf@pm.me>
Sun, 22 Dec 2024 09:52:06 +0000 (17:52 +0800)
Seems that other transifex strings use "drop weapon".

qcsrc/common/mutators/mutator/buffs/all.inc
qcsrc/common/mutators/mutator/nades/nades.inc

index eae51720671c26827d536a448f86654fd3487437..b2feedfc3e6980a14d23b3dd2ba5521a4b3f1a21 100644 (file)
@@ -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")));
     }
index 023e9122c213ce466eda28185e838534ceb8248b..798a166ec4b6ad7482fbe08d45dd7f3751923494 100644 (file)
@@ -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