]> git.rm.cloudns.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Merge branch 'terencehill/translatable_strings_cleanup' into 'master'
authorterencehill <piuntn@gmail.com>
Mon, 26 Aug 2024 13:33:01 +0000 (13:33 +0000)
committerterencehill <piuntn@gmail.com>
Mon, 26 Aug 2024 13:33:01 +0000 (13:33 +0000)
Clean up some translatable strings

See merge request xonotic/xonotic-data.pk3dir!1333

1  2 
qcsrc/client/hud/panel/centerprint.qc
qcsrc/common/notifications/all.inc

index 551894abf638bccad6004fc8137ae3d6d9414378,160b3d8eb0d655be5f8b55f468873fe5c2bfb857..d627139a37651800306dbfaa96921c0d354762ff
@@@ -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();
Simple merge