view es/undo-manual.dot @ 767:55e2953f82d6

Update Chinese translation
author Dongsheng Song <songdongsheng@live.cn>
date Sun, 05 Apr 2009 12:12:00 +0800
parents 0aa96b0ffb65
children
line wrap: on
line source

digraph undo_manual {
	"primer cambio" -> "segundo cambio";
	"segundo cambio" -> "tercer cambio";
	reversar [label="reversar\nsegundo cambio", shape=box];
	"segundo cambio" -> reversar;
}