From 67f4ae6657dcdff13ce494d64dcb936df3c78c1a Mon Sep 17 00:00:00 2001 From: Byrial Jensen Date: Thu, 23 Feb 2012 00:59:36 +0100 Subject: [PATCH] One missed translation of cps->which --- backend.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/backend.c b/backend.c index 9b0fb08..3cd2f0c 100644 --- a/backend.c +++ b/backend.c @@ -13354,7 +13354,7 @@ WaitForEngine (ChessProgramState *cps, DelayedEventCallback retry) } else { /* kludge: allow timeout for initial "feature" command */ FreezeUI(); - snprintf(buf, MSG_SIZ, _("Starting %s chess program"), cps->which); + snprintf(buf, MSG_SIZ, _("Starting %s chess program"), _(cps->which)); DisplayMessage("", buf); ScheduleDelayedEvent(retry, FEATURE_TIMEOUT); } -- 1.7.0.4