Author: cazfi
Date: Thu Sep 15 09:22:18 2016
New Revision: 33806

URL: http://svn.gna.org/viewcvs/freeciv?rev=33806&view=rev
Log:
Typofix: "knoe" -> "know"

See bug #25058

Modified:
    trunk/common/reqtext.c

Modified: trunk/common/reqtext.c
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/common/reqtext.c?rev=33806&r1=33805&r2=33806&view=diff
==============================================================================
--- trunk/common/reqtext.c      (original)
+++ trunk/common/reqtext.c      Thu Sep 15 09:22:18 2016
@@ -2320,7 +2320,7 @@
     case REQ_RANGE_PLAYER:
       if (preq->present) {
         cat_snprintf(buf, bufsz,
-                     _("Requires player to knoe %d techs."),
+                     _("Requires player to know %d techs."),
                      preq->source.value.min_techs);
       } else {
         cat_snprintf(buf, bufsz,


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to