From 2f94884da9cb3054c42603d59eb9b4ac10c52346 Mon Sep 17 00:00:00 2001 From: Byrial Jensen Date: Thu, 16 Feb 2012 23:53:08 +0100 Subject: [PATCH] Fix one more typo in the translator comments explaning "first" and "second" --- backend.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend.c b/backend.c index d219f97..d71b499 100644 --- a/backend.c +++ b/backend.c @@ -735,10 +735,10 @@ ClearOptions (ChessProgramState *cps) char *engineNames[] = { /* TRANSLATORS: "first" is the first of possible two chess engines. It is inserted into strings - such as "% engine" / "%s chess program" / "%s machine" - all meaning the same thing */ + such as "%s engine" / "%s chess program" / "%s machine" - all meaning the same thing */ N_("first"), /* TRANSLATORS: "second" is the second of possible two chess engines. It is inserted into strings - such as "% engine" / "%s chess program" / "%s machine" - all meaning the same thing */ + such as "%s engine" / "%s chess program" / "%s machine" - all meaning the same thing */ N_("second") }; -- 1.7.0.4