Mercurial > hgbook
view es/undo-manual.dot @ 581:7b90444b3905
added more notes about stuff to check once the translation is finished
author | Javier Rojas <jerojasro@devnull.li> |
---|---|
date | Mon, 05 Jan 2009 00:33:02 -0500 |
parents | 0aa96b0ffb65 |
children |
line wrap: on
line source
digraph undo_manual { "primer cambio" -> "segundo cambio"; "segundo cambio" -> "tercer cambio"; reversar [label="reversar\nsegundo cambio", shape=box]; "segundo cambio" -> reversar; }