hgbook

view es/undo-simple.dot @ 338:58dfbe3e1620

clarification on the order of the list of translators
author jerojasro@localhost
date Sat Oct 18 22:53:37 2008 -0500 (2008-10-18)
parents 57a6e7535371
children
line source
1 digraph undo_simple {
2 "primer cambio" -> "segundo cambio";
3 "segundo cambio" -> "reversar\nsegundo cambio";
4 }