hgbook

view es/undo-simple.dot @ 373:48584345e451

Finishing daily.tex translation to spanish
author Igor TAmara <igor@tamarapatino.org>
date Sun Oct 26 07:47:01 2008 -0500 (2008-10-26)
parents 57a6e7535371
children
line source
1 digraph undo_simple {
2 "primer cambio" -> "segundo cambio";
3 "segundo cambio" -> "reversar\nsegundo cambio";
4 }