Complete.Org: Mailing Lists: Archives: freeciv-dev: June 2003:
[Freeciv-Dev] Re: Double space in server/stdinhand.c
Home

[Freeciv-Dev] Re: Double space in server/stdinhand.c

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: freeciv-dev@xxxxxxxxxxx
Subject: [Freeciv-Dev] Re: Double space in server/stdinhand.c
From: Christian Knoke <chrisk@xxxxxxxx>
Date: Mon, 16 Jun 2003 14:09:46 +0200

On Mon, Jun 16, 2003 at 01:46:48PM +0200, Reinier Post wrote:
> On Mon, Jun 16, 2003 at 12:33:25AM +0200, Erik Sigra wrote:
> > Unless there is a reason to have double space, please commit this:
> > 
> > -- stdinhand.c 2003/05/15 12:26:53     1.280
> > +++ stdinhand.c 2003/06/15 22:31:00
> > @@ -3158,7 +3158,7 @@ static void take_command(struct connecti
> >      attach_connection_to_player(pconn, pplayer);
> > 
> >      cmd_reply(CMD_TAKE, caller, C_COMMENT,
> > -              _("%s unconnecting from  %s"), pconn->username, 
> > old_plr->name);
> > +              _("%s unconnecting from %s"), pconn->username, 
> > old_plr->name);
> 
> If that line is going to be patched,
> perhaps it's better to write "disconnecting".

This is about 'take', the client is not disconnecting.

I also think 'unconnecting' is not a good word here.

Christian

-- 
Christian Knoke     * * *      http://www.enter.de/~c.knoke/
* * * * * * * * *  Ceterum censeo Microsoft esse dividendum.


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