From: terencehill Date: Wed, 21 Aug 2024 14:16:07 +0000 (+0200) Subject: Hud editor: "Title at %s" --> "Title" X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=70fa467962d8d5e054a5b390983a0b294567258d;p=xonotic%2Fxonotic-data.pk3dir.git Hud editor: "Title at %s" --> "Title" --- diff --git a/qcsrc/client/hud/panel/centerprint.qc b/qcsrc/client/hud/panel/centerprint.qc index 1e388c4d8..160b3d8eb 100644 --- a/qcsrc/client/hud/panel/centerprint.qc +++ b/qcsrc/client/hud/panel/centerprint.qc @@ -194,7 +194,7 @@ void HUD_CenterPrint() { if(highlightedPanel == HUD_PANEL(CENTERPRINT)) { - centerprint_SetTitle(sprintf(_("Title at %s"), seconds_tostring(hud_configure_cp_generation_time))); + centerprint_SetTitle(_("Title")); float r; r = random();