hgbook

view es/undo-simple.dot @ 455:b96d80be5a60

Finished extensions translation
author Igor Támara <igor@tamarapatino.org>
date Tue Dec 16 07:02:38 2008 -0500 (2008-12-16)
parents 57a6e7535371
children
line source
1 digraph undo_simple {
2 "primer cambio" -> "segundo cambio";
3 "segundo cambio" -> "reversar\nsegundo cambio";
4 }