From: terencehill Date: Sat, 10 Feb 2018 17:03:35 +0000 (+0100) Subject: Don't set as translatable a debug string X-Git-Tag: xonotic-v0.8.5~2328^2~1 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=a73758e3abc5cba0179c8d51376aac58881ec42f;p=xonotic%2Fxonotic-data.pk3dir.git Don't set as translatable a debug string --- diff --git a/qcsrc/common/mutators/mutator/waypoints/waypointsprites.qc b/qcsrc/common/mutators/mutator/waypoints/waypointsprites.qc index 9a5ac2bf6..0c336c0ab 100644 --- a/qcsrc/common/mutators/mutator/waypoints/waypointsprites.qc +++ b/qcsrc/common/mutators/mutator/waypoints/waypointsprites.qc @@ -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)