hgbook

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

translated some paragraphs, and updated the project status file
author Javier Rojas <jerojasro@devnull.li>
date Mon Nov 10 22:18:24 2008 -0500 (2008-11-10)
parents 57a6e7535371
children
line source
1 digraph undo_simple {
2 "primer cambio" -> "segundo cambio";
3 "segundo cambio" -> "reversar\nsegundo cambio";
4 }