From: Byrial Jensen Date: Thu, 16 Feb 2012 22:39:32 +0000 (+0100) Subject: Fix typo in translator comments explaning "first" and "second" X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=ed40212b774593ab84e11a66d82e823ba8947b44;p=xboard.git Fix typo in translator comments explaning "first" and "second" --- diff --git a/backend.c b/backend.c index 7188448..d219f97 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 mening the same thing */ + such as "% 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 mening the same thing */ + such as "% engine" / "%s chess program" / "%s machine" - all meaning the same thing */ N_("second") };