X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fxonotic-data.pk3dir.git;a=blobdiff_plain;f=qcsrc%2Fclient%2Fannouncer.qc;h=e15bc23b7e23c62251f9af84547d070bb3accc5a;hp=d46595e8718bde0a2007fb276a6e54ab6b49d7ca;hb=69265650c1b6f1193cf02c99baccb28c0db913ed;hpb=060a811f3d8b7aaf8c15b5e450c9975e41a29922 diff --git a/qcsrc/client/announcer.qc b/qcsrc/client/announcer.qc index d46595e87..e15bc23b7 100644 --- a/qcsrc/client/announcer.qc +++ b/qcsrc/client/announcer.qc @@ -42,7 +42,7 @@ void Announcer_Duel() strcpy(prev_pl2_name, pl2_name); // There are new duelers, update title - centerprint_SetDuelTitle(pl1_name, pl2_name, _("vs")); + centerprint_SetDuelTitle(pl1_name, pl2_name); } void Announcer_ClearTitle()