Author: mahono
Date: 2010-01-20 12:53:34 +0100 (Wed, 20 Jan 2010)
New Revision: 26929

Modified:
   
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAssetsPlugin/modules/sympal_assets/templates/selectSuccess.php
Log:
[1.4][sfSympalPlugin][1.0] Wrappes missing i18n messages in assets browser

Modified: 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAssetsPlugin/modules/sympal_assets/templates/selectSuccess.php
===================================================================
--- 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAssetsPlugin/modules/sympal_assets/templates/selectSuccess.php
     2010-01-20 11:50:09 UTC (rev 26928)
+++ 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalAssetsPlugin/modules/sympal_assets/templates/selectSuccess.php
     2010-01-20 11:53:34 UTC (rev 26929)
@@ -14,8 +14,8 @@
   </p>
 
   <input type="hidden" id="current_url" value="<?php echo 
$sf_request->getUri() ?>" />
-  <input type="button" class="sympal_assets_upload" value="Upload Asset" />
-  <input type="button" class="sympal_create_directory" value="Create 
Directory" />
+  <input type="button" class="sympal_assets_upload" value="<?php echo 
__('Upload Asset') ?>" />
+  <input type="button" class="sympal_create_directory" value="<?php echo 
__('Create Directory') ?>" />
 
   <br/>
 

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.


Reply via email to