Author: sevein
Date: Fri Aug 19 11:05:19 2011
New Revision: 9543

Log:
Rename labels

Modified:
   
trunk/apps/qubit/modules/contactinformation/templates/_relatedContactInformation.php

Modified: 
trunk/apps/qubit/modules/contactinformation/templates/_relatedContactInformation.php
==============================================================================
--- 
trunk/apps/qubit/modules/contactinformation/templates/_relatedContactInformation.php
        Thu Aug 18 23:56:13 2011        (r9542)
+++ 
trunk/apps/qubit/modules/contactinformation/templates/_relatedContactInformation.php
        Fri Aug 19 11:05:19 2011        (r9543)
@@ -117,9 +117,13 @@
 
           <?php echo $form->streetAddress->renderRow() ?>
 
-          <?php echo $form->region->renderRow() ?>
-
-          <?php echo $form->countryCode->renderRow() ?>
+          <?php echo $form->region
+            ->label(__('Region/province'))
+            ->renderRow() ?>
+
+          <?php echo $form->countryCode
+            ->label(__('Country'))
+            ->renderRow() ?>
 
           <?php echo $form->postalCode->renderRow() ?>
 

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