]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mutators/mutator/waypoints/waypointsprites.qc
Don't set as translatable a debug string
[xonotic/xonotic-data.pk3dir.git] / 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)