From: Byrial Jensen Date: Thu, 16 Feb 2012 22:53:08 +0000 (+0100) Subject: Fix one more typo in the translator comments explaning "first" and "second" X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=2f94884da9cb3054c42603d59eb9b4ac10c52346;p=xboard.git Fix one more typo in the translator comments explaning "first" and "second" --- 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") };