[pLog-svn] r6751 - plugins/branches/lifetype-1.2/templateeditor

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Thu Dec 4 10:17:33 EST 2008


Author: jondaley
Date: 2008-12-04 10:17:33 -0500 (Thu, 04 Dec 2008)
New Revision: 6751

Modified:
   plugins/branches/lifetype-1.2/templateeditor/plugintemplateeditor.class.php
Log:
forgot to include this too

Modified: plugins/branches/lifetype-1.2/templateeditor/plugintemplateeditor.class.php
===================================================================
--- plugins/branches/lifetype-1.2/templateeditor/plugintemplateeditor.class.php	2008-12-04 15:16:15 UTC (rev 6750)
+++ plugins/branches/lifetype-1.2/templateeditor/plugintemplateeditor.class.php	2008-12-04 15:17:33 UTC (rev 6751)
@@ -14,13 +14,13 @@
 
 			$this->id      = "templateeditor";
 			$this->author  = "Mark Wu";
-			$this->desc    = "The plugin offer online template editor function for LifeType";
-            $this->version = "20070302";
+			$this->desc    = "This plugin offers an online template editor for LifeType";
+            $this->version = "20081204";
 
             $config =& Config::getConfig();
             $this->pluginEnabled = $config->getValue( "plugin_templateeditor_enabled" );
 
-			$this->locales = Array( "en_UK" , "zh_TW" , "zh_CN", "es_ES" );
+			$this->locales = Array( "en_UK" , "zh_TW" , "zh_CN", "es_ES", "ca_ES" );
 
             if( $source == "admin" )
                 $this->init();



More information about the pLog-svn mailing list