From 70fa467962d8d5e054a5b390983a0b294567258d Mon Sep 17 00:00:00 2001 From: terencehill Date: Wed, 21 Aug 2024 16:16:07 +0200 Subject: [PATCH] Hud editor: "Title at %s" --> "Title" --- qcsrc/client/hud/panel/centerprint.qc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.2