--- freeciv/server/unithand.c Wed Jun 28 12:35:33 2000 +++ freeciv-mod/server/unithand.c Mon Jul 3 04:10:15 2000 @@ -779,7 +779,9 @@ notify_player_ex(pplayer, punit->x, punit->y, E_NOEVENT, ok ? _("Game: You have unleashed a horde of barbarians!") : - _("Game: Your unit has been killed by barbarians.")); + _("Game: You have unleashed a horde of barbarians," + " who killed your %s!"), + unit_name (punit->type)); } break; case 11: