X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fserver%2Fw_porto.qc;h=4e9a2cd706d91b359c60f37dd0e92f079add2162;hp=95dc8bb5308cc66ca6775816c9de677c4248af5e;hb=dc6baa32c44fb1b81f88339d95674948d0d97c26;hpb=32be1149395c43aa01d837174fb8fb279b896680 diff --git a/qcsrc/server/w_porto.qc b/qcsrc/server/w_porto.qc index 95dc8bb530..4e9a2cd706 100644 --- a/qcsrc/server/w_porto.qc +++ b/qcsrc/server/w_porto.qc @@ -290,9 +290,9 @@ float w_porto(float req) // nothing to do } 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 felt %s doing the impossible to him"; + w_deathtypestring = _("%s felt %s doing the impossible to him"); return TRUE; } #endif