Author: david
Date: Tue Sep 13 14:11:19 2011
New Revision: 9709

Log:
Clean up i18n strings

Modified:
   
trunk/plugins/sfTranslatePlugin/modules/sfTranslatePlugin/templates/_translate.php

Modified: 
trunk/plugins/sfTranslatePlugin/modules/sfTranslatePlugin/templates/_translate.php
==============================================================================
--- 
trunk/plugins/sfTranslatePlugin/modules/sfTranslatePlugin/templates/_translate.php
  Tue Sep 13 14:07:56 2011        (r9708)
+++ 
trunk/plugins/sfTranslatePlugin/modules/sfTranslatePlugin/templates/_translate.php
  Tue Sep 13 14:11:19 2011        (r9709)
@@ -3,16 +3,16 @@
 
 <div id="l10n-client">
   <div class="labels">
-    <span id="l10n-client-hide"><?php echo __('X') ?></span>
-    <span id="l10n-client-show"><?php echo __('Translate User Interface') 
?></span>
+    <span id="l10n-client-hide">X</span>
+    <span id="l10n-client-show"><?php echo __('Translate user interface') 
?></span>
     <div class="label strings">
-      <h2><?php echo __('Page Text') ?></h2>
+      <h2><?php echo __('Page text') ?></h2>
     </div>
     <div class="label source">
       <h2><?php echo __('Source') ?></h2>
     </div>
     <div class="label translation">
-      <h2><?php echo __('%language% Translation', array('%language%' => 
format_language($sf_user->getCulture()))) ?></h2>
+      <h2><?php echo __('%language% translation', array('%language%' => 
format_language($sf_user->getCulture()))) ?></h2>
     </div>
   </div>
   <div id="l10n-client-string-select">

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" 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/qubit-commits?hl=en.

Reply via email to