hgbook

view es/undo-simple.dot @ 482:7b90444b3905

added more notes about stuff to check once the translation is finished
author Javier Rojas <jerojasro@devnull.li>
date Mon Jan 05 00:33:02 2009 -0500 (2009-01-05)
parents 57a6e7535371
children
line source
1 digraph undo_simple {
2 "primer cambio" -> "segundo cambio";
3 "segundo cambio" -> "reversar\nsegundo cambio";
4 }