From: z411 Date: Fri, 8 Apr 2022 22:20:02 +0000 (-0400) Subject: Make "vs" easier to translate X-Git-Tag: xonotic-v0.8.5~94^2~1 X-Git-Url: http://git.xonotic.org/?a=commitdiff_plain;h=0ca4301fff5d2d6bcaa6571d2a1bcf02a7141e18;p=xonotic%2Fxonotic-data.pk3dir.git Make "vs" easier to translate --- diff --git a/qcsrc/client/announcer.qc b/qcsrc/client/announcer.qc index a3bd5fe37..2a66615d9 100644 --- a/qcsrc/client/announcer.qc +++ b/qcsrc/client/announcer.qc @@ -40,7 +40,7 @@ void Announcer_Duel() // There are new duelers, update title float offset = stringwidth(pl2_name, true, hud_fontsize) - stringwidth(pl1_name, true, hud_fontsize) - 1; - centerprint_SetTitle(sprintf("^BG%s^BG%s%s", pl1_name, _(" vs "), pl2_name), offset / 2); + centerprint_SetTitle(sprintf("^BG%s^BG %s %s", pl1_name, _("vs"), pl2_name), offset / 2); } void Announcer_ClearTitle()