view es/undo-simple.dot @ 424:57a6e7535371

Added first dot translation test
author Igor Támara <igor@tamarapatino.org>
date Fri, 17 Oct 2008 05:59:49 -0500
parents
children 0aa96b0ffb65
line wrap: on
line source

digraph undo_simple {
	"primer cambio" -> "segundo cambio";
	"segundo cambio" -> "volver\nsegundo cambio";
}