hgbook

view es/undo-simple.dot @ 1017:77b4f62bed20

some typo and better french translation
author André Sintzoff <andre.sintzoff@gmail.com>
date Wed Nov 25 15:33:52 2009 +0100 (2009-11-25)
parents 57a6e7535371
children
line source
1 digraph undo_simple {
2 "primer cambio" -> "segundo cambio";
3 "segundo cambio" -> "reversar\nsegundo cambio";
4 }