Skip to content

Commit

Permalink
Typos in textdomains
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-mendonca committed Oct 6, 2016
1 parent e151b0e commit a4a4880
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions regenerate-thumbnails.php
Original file line number Diff line number Diff line change
Expand Up @@ -327,11 +327,11 @@ function RegenThumbs( id ) {

<p><?php printf( __( "Use this tool to regenerate thumbnails for all images that you have uploaded to your blog. This is useful if you've changed any of the thumbnail dimensions on the <a href='%s'>media settings page</a>. Old thumbnails will be kept to avoid any broken images due to hard-coded URLs.", 'regenerate-thumbnails' ), admin_url( 'options-media.php' ) ); ?></p>

<p><?php printf( __( "You can regenerate specific images (rather than all images) from the <a href='%s'>Media</a> page. Hover over an image's row and click the link to resize just that one image or use the checkboxes and the &quot;Bulk Actions&quot; dropdown to resize multiple images (WordPress 3.1+ only).", 'regenerate-thumbnails '), admin_url( 'upload.php' ) ); ?></p>
<p><?php printf( __( "You can regenerate specific images (rather than all images) from the <a href='%s'>Media</a> page. Hover over an image's row and click the link to resize just that one image or use the checkboxes and the &quot;Bulk Actions&quot; dropdown to resize multiple images (WordPress 3.1+ only).", 'regenerate-thumbnails'), admin_url( 'upload.php' ) ); ?></p>

<p><?php _e( "Thumbnail regeneration is not reversible, but you can just change your thumbnail dimensions back to the old values and click the button again if you don't like the results.", 'regenerate-thumbnails' ); ?></p>

<p><?php _e( 'To begin, just press the button below.', 'regenerate-thumbnails '); ?></p>
<p><?php _e( 'To begin, just press the button below.', 'regenerate-thumbnails'); ?></p>

<p><input type="submit" class="button hide-if-no-js" name="regenerate-thumbnails" id="regenerate-thumbnails" value="<?php _e( 'Regenerate All Thumbnails', 'regenerate-thumbnails' ) ?>" /></p>

Expand Down

0 comments on commit a4a4880

Please sign in to comment.