Author: sevein
Date: Sun Oct 10 10:08:33 2010
New Revision: 8045
Log:
Fix grammatical error (my fault :P) in menu delete confirmation message. Fixes
issue 1785.
Modified:
trunk/apps/qubit/modules/menu/templates/deleteSuccess.php
Modified: trunk/apps/qubit/modules/menu/templates/deleteSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/menu/templates/deleteSuccess.php Sun Oct 10
10:07:19 2010 (r8044)
+++ trunk/apps/qubit/modules/menu/templates/deleteSuccess.php Sun Oct 10
10:08:33 2010 (r8045)
@@ -1,4 +1,4 @@
-<h1><?php echo __('Are you sure you want to delete %1% and all it\'s
descendants?', array('%1%' => render_title($menu))) ?></h1>
+<h1><?php echo __('Are you sure you want to delete %1% and all its
descendants?', array('%1%' => render_title($menu))) ?></h1>
<?php echo $form->renderFormTag(url_for(array($menu, 'module' => 'menu',
'action' => 'delete')), array('method' => 'delete')) ?>
--
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.