[Freeciv-Dev] Re: Double space in server/stdinhand.c
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
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
|
|