hgbook

diff es/undo-manual.dot @ 662:bc9dc4f2f912

Add tip.png and warning.png
author Dongsheng Song <dongsheng.song@gmail.com>
date Tue Mar 31 11:11:43 2009 +0800 (2009-03-31)
parents f1a22f5a9e58
children
line diff
     1.1 --- a/es/undo-manual.dot	Fri Oct 17 06:18:17 2008 -0500
     1.2 +++ b/es/undo-manual.dot	Tue Mar 31 11:11:43 2009 +0800
     1.3 @@ -1,6 +1,6 @@
     1.4  digraph undo_manual {
     1.5  	"primer cambio" -> "segundo cambio";
     1.6  	"segundo cambio" -> "tercer cambio";
     1.7 -	backout [label="retroceso\nsegundo cambio", shape=box];
     1.8 -	"segundo cambio" -> backout;
     1.9 +	reversar [label="reversar\nsegundo cambio", shape=box];
    1.10 +	"segundo cambio" -> reversar;
    1.11  }