hgbook

view es/undo-simple.dot @ 660:f7add9f718a8

Update Chinese translation
author Dongsheng Song <dongsheng.song@gmail.com>
date Tue Mar 31 10:02:16 2009 +0800 (2009-03-31)
parents 57a6e7535371
children
line source
1 digraph undo_simple {
2 "primer cambio" -> "segundo cambio";
3 "segundo cambio" -> "reversar\nsegundo cambio";
4 }