From: Byrial Jensen Date: Wed, 22 Feb 2012 23:59:36 +0000 (+0100) Subject: One missed translation of cps->which X-Git-Url: http://hgm.nubati.net/cgi-bin/gitweb.cgi?p=xboard.git;a=commitdiff_plain;h=67f4ae6657dcdff13ce494d64dcb936df3c78c1a One missed translation of cps->which --- diff --git a/backend.c b/backend.c index 9b0fb088..3cd2f0ca 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); }