Author: david
Date: Tue Aug 30 09:45:52 2011
New Revision: 9622
Log:
Cosmetic changes to upload limit dialog text
Modified:
trunk/apps/qubit/modules/repository/templates/_uploadLimit.php
Modified: trunk/apps/qubit/modules/repository/templates/_uploadLimit.php
==============================================================================
--- trunk/apps/qubit/modules/repository/templates/_uploadLimit.php Tue Aug
30 09:43:18 2011 (r9621)
+++ trunk/apps/qubit/modules/repository/templates/_uploadLimit.php Tue Aug
30 09:45:52 2011 (r9622)
@@ -31,14 +31,14 @@
<!-- Edit uploadLimit form -->
<!-- NOTE YUI dialog wraps this *entire* div -->
<div class="section" id="editUploadLimit">
- <div class="hd"><?php echo __('Change disk upload quota') ?></div>
+ <div class="hd"><?php echo __('Edit upload quota') ?></div>
<div class="bd form-item-uploadLimit">
<form id="uploadLimitForm" method="_POST" action="<?php
url_for(array('module' => 'repository', 'action' => 'create')) ?>">
<fieldset name="uploadLimit">
- <label for="uploadLimit_type"><?php echo __('Set the upload quota for
this %1%', array('%1%' => sfConfig::get('app_ui_label_repository'))) ?></label>
+ <label for="uploadLimit_type"><?php echo __('Set the upload quota for
this %1%', array('%1%' =>
strtolower(sfConfig::get('app_ui_label_repository')))) ?></label>
<ul class="radio_list">
<li class="radio">
--
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.