Make WordPress Core

Changeset 21216


Ignore:
Timestamp:
07/05/2012 08:06:19 PM (12 years ago)
Author:
markjaquith
Message:

Periods at the ends of sentences should be in the translated string, not outside it. Fixes an instance of that on the Tags page. props Nao. fixes #21131

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-tags.php

    r19712 r21216  
    306306<?php elseif ( 'post_tag' == $taxonomy && current_user_can( 'import' ) ) : ?>
    307307<div class="form-wrap">
    308 <p><?php printf(__('Tags can be selectively converted to categories using the <a href="%s">tag to category converter</a>'), 'import.php') ;?>.</p>
     308<p><?php printf(__('Tags can be selectively converted to categories using the <a href="%s">tag to category converter</a>.'), 'import.php') ;?></p>
    309309</div>
    310310<?php endif;
Note: See TracChangeset for help on using the changeset viewer.