view es/undo-simple.dot @ 509:7c84967093e1

translated some paragraphs, and updated the project status file
author Javier Rojas <jerojasro@devnull.li>
date Mon, 10 Nov 2008 22:18:24 -0500
parents 0aa96b0ffb65
children
line wrap: on
line source

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