]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/mapobjects/target/kill.qc
Make messages translatable for trigger_hurt, target_kill, various movers
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mapobjects / target / kill.qc
index b10400c7e1e7de5c3b6f161226d74d914e42d795..6fcae23261ca9f36cc8b4e8298e795348fa31e75 100644 (file)
@@ -23,10 +23,10 @@ void target_kill_reset(entity this)
 spawnfunc(target_kill)
 {
     if (this.message == "")
-               this.message = "was in the wrong place";
+               this.message = _("was in the wrong place");
 
        if (this.message2 == "")
-               this.message2 = "was thrown into a world of hurt by";
+               this.message2 = _("was thrown into a world of hurt by");
 
     this.use = target_kill_use;
     this.reset = target_kill_reset;