Complete.Org: Mailing Lists: Archives: freeciv-dev: January 1999:
Re: [Freeciv-Dev] The Finns Patch / Tiny Minor Little Fixes
Home

Re: [Freeciv-Dev] The Finns Patch / Tiny Minor Little Fixes

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: Mika Korhonen <mikak@xxxxxxxxxxxx>, freeciv-dev@xxxxxxxxxxx
Subject: Re: [Freeciv-Dev] The Finns Patch / Tiny Minor Little Fixes
From: Tony & <stuckey@xxxxxxxxxxxxxxxxx>
Date: Thu, 7 Jan 1999 19:47:43 -0600

On Sun, Dec 20, 1998 at 09:41:57PM +0200, Mika Korhonen wrote:
> When you've got an embassy say at a Mongol city and they research something
> the announcement is somewhat literally
> 
> ..the Mongol has Researched...
> 
> I think that should use the plural form (and lowercase) like 
> 
> ..the Mongol have researched...

        There are similar erroneous messages.

Index: server/unithand.c
===================================================================
RCS file: /home/freeciv/CVS/freeciv/server/unithand.c,v
retrieving revision 1.44
diff -u -r1.44 unithand.c
--- unithand.c  1998/12/29 10:44:34     1.44
+++ unithand.c  1999/01/08 01:44:31
@@ -899,7 +899,7 @@
       }
 
       notify_player_ex(pplayer, pcity_dest->x, pcity_dest->y, E_NOEVENT,
-                 "Game: Your %s help building the %s in %s. (%d remaining)", 
+                 "Game: Your %s helps to build the %s in %s. (%d remaining)", 
                       unit_name(punit->type),
                       
get_improvement_type(pcity_dest->currently_building)->name,
                       pcity_dest->name, 


-- 
Anthony J. Stuckey                              stuckey@xxxxxxxxxxxxxxxxx
"When I was young, the sky was filled with stars.
 I watched them burn out one by one."  -Warren Zevon


[Prev in Thread] Current Thread [Next in Thread]