Mercurial > hgbook
diff es/undo-manual.dot @ 436:0aa96b0ffb65
Spanish version able to generate pdf and html
author | Igor TAmara <igor@tamarapatino.org> |
---|---|
date | Sun, 19 Oct 2008 04:31:49 -0500 |
parents | f1a22f5a9e58 |
children |
line wrap: on
line diff
--- a/es/undo-manual.dot Sat Oct 18 15:44:41 2008 -0500 +++ b/es/undo-manual.dot Sun Oct 19 04:31:49 2008 -0500 @@ -1,6 +1,6 @@ digraph undo_manual { "primer cambio" -> "segundo cambio"; "segundo cambio" -> "tercer cambio"; - backout [label="retroceso\nsegundo cambio", shape=box]; - "segundo cambio" -> backout; + reversar [label="reversar\nsegundo cambio", shape=box]; + "segundo cambio" -> reversar; }