Plugin Directory

Changeset 479215


Ignore:
Timestamp:
12/22/2011 12:44:27 PM (14 years ago)
Author:
Patrick Brouwer
Message:

v2.0 edited the label for credits in settings-panel

Location:
simple-portfolio
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • simple-portfolio/tags/2.0/extends/settings-panel.php

    r477518 r479215  
    179179        <p><?php _e("Give plugin developer credits", 'simple-portfolio'); ?></p>
    180180        <p>
    181             <label for="show-credits" title="<?php echo _e('dasdsad', 'simple-portfolio'); ?>">
     181            <label for="show-credits" title="<?php echo _e('Show some ♥ :)', 'simple-portfolio'); ?>">
    182182                <input type="checkbox" name="show-credits" id="show-credits" value="1" <?php checked('1', get_option('show-credits')); ?> />
    183183                <span><?php _e("Yes, I'm glad with this plugin and I'd like to output the plugin credits in my HTML source", 'simple-portfolio'); ?></span>
  • simple-portfolio/trunk/extends/settings-panel.php

    r477518 r479215  
    179179        <p><?php _e("Give plugin developer credits", 'simple-portfolio'); ?></p>
    180180        <p>
    181             <label for="show-credits" title="<?php echo _e('dasdsad', 'simple-portfolio'); ?>">
     181            <label for="show-credits" title="<?php echo _e('Show some ♥ :)', 'simple-portfolio'); ?>">
    182182                <input type="checkbox" name="show-credits" id="show-credits" value="1" <?php checked('1', get_option('show-credits')); ?> />
    183183                <span><?php _e("Yes, I'm glad with this plugin and I'd like to output the plugin credits in my HTML source", 'simple-portfolio'); ?></span>
Note: See TracChangeset for help on using the changeset viewer.