Author: mahono
Date: 2010-01-20 13:50:11 +0100 (Wed, 20 Jan 2010)
New Revision: 26938

Modified:
   plugins/sfSympalPlugin/trunk/TODO
   
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalEditorPlugin/modules/sympal_editor/templates/_editor.php
Log:
[1.4][sfSympalPlugin][1.0] Wrapps a missing i18n message and adds some i18n 
TODOs

Modified: plugins/sfSympalPlugin/trunk/TODO
===================================================================
--- plugins/sfSympalPlugin/trunk/TODO   2010-01-20 12:44:42 UTC (rev 26937)
+++ plugins/sfSympalPlugin/trunk/TODO   2010-01-20 12:50:11 UTC (rev 26938)
@@ -33,8 +33,10 @@
 Missing translations:
 
 * "Save Order >>" in nested set editor
+* Upgrade module
+* Server check
+* Most admin generator action titles
 
-
 ## 1.1
 
 * Add enhancement for assets organization. Allow the following: global assets 

Modified: 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalEditorPlugin/modules/sympal_editor/templates/_editor.php
===================================================================
--- 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalEditorPlugin/modules/sympal_editor/templates/_editor.php
   2010-01-20 12:44:42 UTC (rev 26937)
+++ 
plugins/sfSympalPlugin/trunk/lib/plugins/sfSympalEditorPlugin/modules/sympal_editor/templates/_editor.php
   2010-01-20 12:50:11 UTC (rev 26938)
@@ -46,7 +46,7 @@
     </div>
 
     <div class="sympal_inline_edit_signout">
-      <?php echo link_to(image_tag('/sfSympalPlugin/images/signout.png', 
'title='.__('Signout')), '@sympal_signout', 'confirm=Are you sure you want to 
signout?') ?>
+      <?php echo link_to(image_tag('/sfSympalPlugin/images/signout.png', 
'title='.__('Signout')), '@sympal_signout', 'confirm='.__('Are you sure you 
want to signout?')) ?>
     </div>
 
     <?php if (isset($sf_sympal_content) && $sf_sympal_content): ?>

-- 
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