Changeset 1633 for plugins/contribute/index.php
- Timestamp:
- 10/23/09 07:57:19 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/contribute/index.php
r1608 r1633 204 204 <p> 205 205 <label for="contribute_email_notification"> 206 <?php echo(__('Send emails to these email ad resses when a new post is submitted:').206 <?php echo(__('Send emails to these email addresses when a new post is submitted:'). 207 207 form::field('contribute_email_notification',80,255, 208 208 $settings->contribute_email_notification)); ?> … … 210 210 </p> 211 211 <p class="form-note"> 212 <?php echo(__('You can enter several email ad resses by separating these by a comma (<code>,</code>).').' '.212 <?php echo(__('You can enter several email addresses by separating these by a comma (<code>,</code>).').' '. 213 213 __('Leave empty to cancel this feature.')); ?> 214 214 </p>
Note: See TracChangeset
for help on using the changeset viewer.