From: terencehill Date: Sat, 1 Jun 2024 13:44:47 +0000 (+0200) Subject: Translatable "Checkpoint times:" X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=0836403c98aecdfa30b18371529195ea1596dc9a;p=xonotic%2Fxonotic-data.pk3dir.git Translatable "Checkpoint times:" --- diff --git a/qcsrc/client/main.qc b/qcsrc/client/main.qc index 8116b1d34..36dbd7e22 100644 --- a/qcsrc/client/main.qc +++ b/qcsrc/client/main.qc @@ -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?