]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Change "You killed your own dumb self!" to "You fragged yourself!" 902/head
authorbones_was_here <bones_was_here@xa.org.au>
Thu, 13 May 2021 18:41:34 +0000 (04:41 +1000)
committerbones_was_here <bones_was_here@xa.org.au>
Sun, 16 May 2021 16:08:17 +0000 (02:08 +1000)
qcsrc/common/notifications/all.inc

index 5fe8699c2500699f61c9fa4b593468c0756e17a1..3c56849898a9d26e08813424fa9a4f17a32ea028 100644 (file)
@@ -615,7 +615,7 @@ string multiteam_info_sprintf(string input, string teamname) { return ((input !=
     MSG_CENTER_NOTIF(DEATH_SELF_DROWN,                  N_ENABLE,    0, 0, "",               CPID_Null,              "0 0",  strcat(BOLD_OPERATOR, _("^K1You couldn't catch your breath!")), "")
     MSG_CENTER_NOTIF(DEATH_SELF_FALL,                   N_ENABLE,    0, 0, "",               CPID_Null,              "0 0",  strcat(BOLD_OPERATOR, _("^K1You hit the ground with a crunch!")), "")
     MSG_CENTER_NOTIF(DEATH_SELF_FIRE,                   N_ENABLE,    0, 0, "",               CPID_Null,              "0 0",  strcat(BOLD_OPERATOR, _("^K1You got a little bit too crispy!")), strcat(BOLD_OPERATOR, _("^K1You felt a little too hot!")))
-    MSG_CENTER_NOTIF(DEATH_SELF_GENERIC,                N_ENABLE,    0, 0, "",               CPID_Null,              "0 0",  strcat(BOLD_OPERATOR, _("^K1You killed your own dumb self!")), strcat(BOLD_OPERATOR, _("^K1You need to be more careful!")))
+    MSG_CENTER_NOTIF(DEATH_SELF_GENERIC,                N_ENABLE,    0, 0, "",               CPID_Null,              "0 0",  strcat(BOLD_OPERATOR, _("^K1You fragged yourself!")), strcat(BOLD_OPERATOR, _("^K1You need to be more careful!")))
     MSG_CENTER_NOTIF(DEATH_SELF_LAVA,                   N_ENABLE,    0, 0, "",               CPID_Null,              "0 0",  strcat(BOLD_OPERATOR, _("^K1You couldn't stand the heat!")), "")
     MSG_CENTER_NOTIF(DEATH_SELF_MONSTER,                N_ENABLE,    0, 0, "",               CPID_Null,              "0 0",  strcat(BOLD_OPERATOR, _("^K1You were killed by a monster!")), strcat(BOLD_OPERATOR, _("^K1You need to watch out for monsters!")))
     MSG_CENTER_NOTIF(DEATH_SELF_NADE,                   N_ENABLE,    0, 0, "",               CPID_Null,              "0 0",  strcat(BOLD_OPERATOR, _("^K1You forgot to put the pin back in!")), strcat(BOLD_OPERATOR, _("^K1Tastes like chicken!")))