String updates

This commit is contained in:
Duncan Sommerville 2014-11-14 10:01:06 -05:00
parent c580e8a569
commit fcbb1c2ee7
3 changed files with 11 additions and 11 deletions

View File

@ -21,9 +21,9 @@
$companySiteAnchor = "<a href='" . COMPANY_SITE_URL . "'>" $companySiteAnchor = "<a href='" . COMPANY_SITE_URL . "'>"
. $company . $company
. "</a>"; . "</a>";
echo sprintf(_('%1$s copyright &copy; %2$s All rights reserved.%3$s' echo sprintf(_('%1$s copyright &copy; %2$s All rights reserved.<br />'
. 'Maintained and distributed under the %4$s by %5$s'), . 'Maintained and distributed under the %3$s by %4$s'),
PRODUCT_NAME, $company, "<br>", PRODUCT_NAME, $company,
$licenseSiteAnchor, $licenseSiteAnchor,
$companySiteAnchor); $companySiteAnchor);
?> ?>

View File

@ -3,10 +3,10 @@
<fieldset> <fieldset>
<dl class="zend_form"> <dl class="zend_form">
<dt class="block-display info-text"> <dt class="block-display info-text">
<?php echo sprintf(_('Help %1$s improve by letting us know how you are using it. This info ' <?php echo sprintf(_("Help improve %s by letting us know how you're using it. This information"
.'will be collected regularly in order to enhance your user experience.%2$s' ." will be collected regularly in order to enhance your user experience.<br />"
.'Click \'Yes, help %1$s\' and we\'ll make sure the features you use are ' ."Click the box below and we'll make sure the features you use are constantly improving."),
.'constantly improving.'), PRODUCT_NAME, "<br /><br />") ?> PRODUCT_NAME)?>
</dt> </dt>
<dd id="SupportFeedback-element" class="block-display"> <dd id="SupportFeedback-element" class="block-display">
<label class="optional" for="SupportFeedback"> <label class="optional" for="SupportFeedback">

View File

@ -2,10 +2,10 @@
<dl class="zend_form"> <dl class="zend_form">
<dd id="SupportFeedback-element" style="width:90%;"> <dd id="SupportFeedback-element" style="width:90%;">
<div class="info-text"> <div class="info-text">
<?php echo sprintf(_("Help %s improve by letting %s know how you are using it. This information" <?php echo sprintf(_("Help improve %s by letting us know how you're using it. This information"
." will be collected regularly in order to enhance your user experience.%s" ." will be collected regularly in order to enhance your user experience.<br />"
."Click the 'Send support feedback' box and we'll make sure the features you use are constantly improving."), ."Click the box below and we'll make sure the features you use are constantly improving."),
PRODUCT_NAME, COMPANY_NAME, "<br />")?> PRODUCT_NAME)?>
</div> </div>
<label class="optional" for="SupportFeedback"> <label class="optional" for="SupportFeedback">
<?php echo $this->element->getElement('SupportFeedback') ?> <?php echo $this->element->getElement('SupportFeedback') ?>