view en/undo-simple.dot @ 504:779944196e2a

corrected typo in command to insert notes of translators
author Javier Rojas <jerojasro@devnull.li>
date Sat, 08 Nov 2008 23:20:00 -0500
parents c9aad709bd3a
children
line wrap: on
line source

digraph undo_simple {
	"first change" -> "second change";
	"second change" -> "back out\nsecond change";
}