hgbook

view es/undo-simple.dot @ 488:419853691d11

Translated some paragraphs fixed term fold
author Igor Támara <igor@tamarapatino.org>
date Tue Jan 06 23:07:32 2009 -0500 (2009-01-06)
parents 57a6e7535371
children
line source
1 digraph undo_simple {
2 "primer cambio" -> "segundo cambio";
3 "segundo cambio" -> "reversar\nsegundo cambio";
4 }