--- server/unithand.c.orig Fri Oct 22 14:32:02 1999 +++ server/unithand.c Fri Oct 22 14:33:55 1999 @@ -1091,9 +1091,10 @@ revenue = establish_trade_route(pcity_homecity, pcity_dest); connection_do_buffer(pplayer->conn); notify_player_ex(pplayer, pcity_dest->x, pcity_dest->y, E_NOEVENT, - _("Game: Your %s has arrived in %s," + _("Game: Your %s from %s has arrived in %s," " and revenues amount to %d in gold."), - unit_name(punit->type), pcity_dest->name, revenue); + unit_name(punit->type), pcity_homecity->name, + pcity_dest->name, revenue); wipe_unit(0, punit); pplayer->economic.gold+=revenue; send_player_info(pplayer, pplayer);