Make WordPress Core

Changeset 14894


Ignore:
Timestamp:
05/25/2010 05:16:52 PM (16 years ago)
Author:
nacin
Message:

Stirng capitalization fix. see #12035.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/meta-boxes.php

    r14748 r14894  
    272272<p class="hide-if-no-js"><a href="#titlediv" class="tagcloud-link" id="link-<?php echo $tax_name; ?>"><?php echo $help_cloud; ?></a></p>
    273273<?php else : ?>
    274 <p><em><?php _e('You cannot modify this Taxonomy.'); ?></em></p>
     274<p><em><?php _e('You cannot modify this taxonomy.'); ?></em></p>
    275275<?php endif; ?>
    276276<?php
     
    317317                </div>
    318318        <?php if ( !current_user_can($tax->cap->assign_terms) ) : ?>
    319         <p><em><?php _e('You cannot modify this Taxonomy.'); ?></em></p>
     319        <p><em><?php _e('You cannot modify this taxonomy.'); ?></em></p>
    320320        <?php endif; ?>
    321321        <?php if ( current_user_can($tax->cap->edit_terms) ) : ?>
Note: See TracChangeset for help on using the changeset viewer.