[pLog-svn] r4568 - plog/branches/lifetype-1.1.5/js/tinymce/plugins/insertvideo

oscar at devel.lifetype.net oscar at devel.lifetype.net
Wed Jan 24 14:54:53 GMT 2007


Author: oscar
Date: 2007-01-24 14:54:52 +0000 (Wed, 24 Jan 2007)
New Revision: 4568

Modified:
   plog/branches/lifetype-1.1.5/js/tinymce/plugins/insertvideo/functions.js
Log:
the last guy who worked on this code left some strings in Spanish...


Modified: plog/branches/lifetype-1.1.5/js/tinymce/plugins/insertvideo/functions.js
===================================================================
--- plog/branches/lifetype-1.1.5/js/tinymce/plugins/insertvideo/functions.js	2007-01-24 12:53:00 UTC (rev 4567)
+++ plog/branches/lifetype-1.1.5/js/tinymce/plugins/insertvideo/functions.js	2007-01-24 14:54:52 UTC (rev 4568)
@@ -127,7 +127,7 @@
 //	bolt = document.getElementById("bolt");
 
 	if( youtube.checked==false && gvideo.checked==false && metacafe.checked==false && ifilm.checked==false && goear.checked==false ) {
-		window.alert( "Debes seleccionar el tipo de video." );
+		window.alert( "You must select the video provider!" );
 		return( false );	
 	}
 	



More information about the pLog-svn mailing list