I like to continue playing after I've won, but I find the display of "[Civilization] has won a [Victory Type] Victory" to be very annoying.
I've done some snooping and I found this in \Assets\XML\Text\CIV4GameText_Misc1.xml:
I tried deleting it, but the text in the game remains.
Any ideas?

I've done some snooping and I found this in \Assets\XML\Text\CIV4GameText_Misc1.xml:
Code:
<TEXT>
<Tag>TXT_KEY_GAME_WON</Tag>
<English>%s1 has won a %s2 Victory!!!</English>
<French>%s1 a remporté la victoire (%s2) !!!</French>
<German>%s1 hat den Sieg in der Kategorie %s2 erzielt!!!</German>
<Italian>%s1 ha ottenuto una vittoria %s2!!!</Italian>
<Spanish>¡%s1 ha conseguido una victoria %s2!</Spanish>
</TEXT>
Any ideas?
