]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Translatable "Checkpoint times:"
authorterencehill <piuntn@gmail.com>
Sat, 1 Jun 2024 13:44:47 +0000 (15:44 +0200)
committerterencehill <piuntn@gmail.com>
Sat, 1 Jun 2024 13:44:47 +0000 (15:44 +0200)
qcsrc/client/main.qc

index 8116b1d34906af2f8484a0d418a17a10f22f2bdf..36dbd7e229a4e5cf6ff59df0071edd8050b8dce4 100644 (file)
@@ -1203,7 +1203,7 @@ NET_HANDLE(TE_CSQC_RACE, bool isNew)
                        && (race_checkpoint == 255
                        || race_checkpoint < race_checkpoint_splits_previous))
                        {
-                               LOG_HELP("Checkpoint Splits:\n");
+                               LOG_HELP(_("Checkpoint times:"));
                                for (int i = 0; i < 255; ++i)
                                {
                                        // does this index have a split?