X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fw_nex.qc;h=4bc8130290d674260716b7fd7500354941aefc1d;hp=f8f31dcdc8e5c8d884e720509f7a89903be18bfe;hb=dc6baa32c44fb1b81f88339d95674948d0d97c26;hpb=32be1149395c43aa01d837174fb8fb279b896680 diff --git a/qcsrc/server/w_nex.qc b/qcsrc/server/w_nex.qc index f8f31dcdc8..4bc8130290 100644 --- a/qcsrc/server/w_nex.qc +++ b/qcsrc/server/w_nex.qc @@ -221,9 +221,9 @@ float w_nex(float req) precache_sound("weapons/neximpact.wav"); } else if (req == WR_SUICIDEMESSAGE) - w_deathtypestring = "%s did the impossible"; + w_deathtypestring = _("%s did the impossible"); else if (req == WR_KILLMESSAGE) - w_deathtypestring = "%s has been vaporized by %s"; + w_deathtypestring = _("%s has been vaporized by %s"); return TRUE; } #endif