--- cityturn.c~ Tue Jan 23 19:17:13 2001 +++ cityturn.c Tue Jan 23 18:28:25 2001 @@ -767,6 +767,8 @@ notify_conn_ex(dest, pcity->x, pcity->y, E_CITY_WONDER_WILL_BE_BUILT, - _("Game: Notice: Wonder %s in %s will be finished next turn"), - get_improvement_name(pcity->currently_building), pcity->name); + _("Game: Notice: Wonder %s in %s will be finished" + " next turn."), + get_improvement_name(pcity->currently_building), + pcity->name); }