Author: david
Date: Wed Sep 16 09:20:49 2009
New Revision: 3338
Log:
Cosmetic change - capitalize button labels.
Modified:
trunk/apps/qubit/modules/term/templates/listTaxonomySuccess.php
Modified: trunk/apps/qubit/modules/term/templates/listTaxonomySuccess.php
==============================================================================
--- trunk/apps/qubit/modules/term/templates/listTaxonomySuccess.php Wed Sep
16 09:15:51 2009 (r3337)
+++ trunk/apps/qubit/modules/term/templates/listTaxonomySuccess.php Wed Sep
16 09:20:49 2009 (r3338)
@@ -72,7 +72,7 @@
<?php if ($editCredentials): ?>
<div style="height: 40px"><!-- Make room to scroll past floating menu --></div>
<ul class="actions">
- <li><?php echo link_to(__('add new'),
'term/create?taxonomyId='.$taxonomy->getId()) ?>
- <li><?php echo link_to(__('list all taxonomies'), 'term/list') ?>
+ <li><?php echo link_to(__('Add new'),
'term/create?taxonomyId='.$taxonomy->getId()) ?>
+ <li><?php echo link_to(__('List all taxonomies'), 'term/list') ?>
</ul>
<?php endif; ?>
--~--~---------~--~----~------------~-------~--~----~
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.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---