One missed translation of cps->which
authorByrial Jensen <byrial@vip.cybercity.dk>
Wed, 22 Feb 2012 23:59:36 +0000 (00:59 +0100)
committerByrial Jensen <byrial@vip.cybercity.dk>
Wed, 22 Feb 2012 23:59:36 +0000 (00:59 +0100)
backend.c

index 9b0fb08..3cd2f0c 100644 (file)
--- 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);
        }