hgbook

annotate es/undo-simple.dot @ 327:b2a3175aad7a

added myself to the translators list
author jerojasro@localhost
date Thu Oct 16 23:09:25 2008 -0500 (2008-10-16)
parents
children 0aa96b0ffb65
rev   line source
igor@325 1 digraph undo_simple {
igor@325 2 "primer cambio" -> "segundo cambio";
igor@325 3 "segundo cambio" -> "volver\nsegundo cambio";
igor@325 4 }