From: terencehill Date: Mon, 26 Aug 2024 13:33:01 +0000 (+0000) Subject: Merge branch 'terencehill/translatable_strings_cleanup' into 'master' X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=cbbab1f41a2e3f46b7a48ac2f732cb42614cd5b5;p=xonotic%2Fxonotic-data.pk3dir.git Merge branch 'terencehill/translatable_strings_cleanup' into 'master' Clean up some translatable strings See merge request xonotic/xonotic-data.pk3dir!1333 --- cbbab1f41a2e3f46b7a48ac2f732cb42614cd5b5 diff --cc qcsrc/client/hud/panel/centerprint.qc index 551894abf,160b3d8eb..d627139a3 --- a/qcsrc/client/hud/panel/centerprint.qc +++ b/qcsrc/client/hud/panel/centerprint.qc @@@ -192,9 -192,9 +192,9 @@@ void HUD_CenterPrint( } if (time > hud_configure_cp_generation_time) { - if(highlightedPanel == HUD_PANEL(CENTERPRINT)) + if (highlightedPanel == panel) { - centerprint_SetTitle(sprintf(_("Title at %s"), seconds_tostring(hud_configure_cp_generation_time))); + centerprint_SetTitle(_("Title")); float r; r = random();