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: Reinier Post <rp@xxxxxxxxxx>
Date: Mon, 16 Jun 2003 13:46:48 +0200

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".

-- 
Reinier



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