]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Don't set as translatable a debug string
authorterencehill <piuntn@gmail.com>
Sat, 10 Feb 2018 17:03:35 +0000 (18:03 +0100)
committerterencehill <piuntn@gmail.com>
Sat, 10 Feb 2018 17:03:35 +0000 (18:03 +0100)
qcsrc/common/mutators/mutator/waypoints/waypointsprites.qc

index 9a5ac2bf6e59245c07df2f3f9a062447002a679e..0c336c0abdce3cb922de945c46263f9cbce7d641 100644 (file)
@@ -700,7 +700,7 @@ void Draw_WaypointSprite(entity this)
     if (is_text)
     {
         if (autocvar_g_waypointsprite_spam && waypointsprite_count >= autocvar_g_waypointsprite_spam)
-            txt = _("Spam");
+            txt = "Spam"; // no need to translate this debug string
         else
             txt = spritelookuptext(this, spriteimage);
         if (this.helpme && time < this.helpme)