hgbook

view es/undo-simple.dot @ 446:40ba5d8583c7

Translated some more paragraphs of mq to spanish
author Igor TAmara <igor@tamarapatino.org>
date Mon Dec 08 23:53:54 2008 -0500 (2008-12-08)
parents 57a6e7535371
children
line source
1 digraph undo_simple {
2 "primer cambio" -> "segundo cambio";
3 "segundo cambio" -> "reversar\nsegundo cambio";
4 }