Ticket #4769: comment.diff
| File comment.diff, 1.1 KB (added by , 18 years ago) |
|---|
-
wp-admin/comment.php
49 49 50 50 <div class="narrow"> 51 51 <?php if ( 'spam' == $_GET['dt'] ) { ?> 52 <p><?php echo '<strong>'.__('Caution:').'</strong> '.__('You are about to mark the following comment as spam :'); ?></p>52 <p><?php echo '<strong>'.__('Caution:').'</strong> '.__('You are about to mark the following comment as spam.'); ?></p> 53 53 <?php } elseif ( 'cdc' == $action ) { ?> 54 <p><?php echo '<strong>'.__('Caution:').'</strong> '.__('You are about to delete the following comment :'); ?></p>54 <p><?php echo '<strong>'.__('Caution:').'</strong> '.__('You are about to delete the following comment.'); ?></p> 55 55 <?php } else { ?> 56 <p><?php echo '<strong>'.__('Caution:').'</strong> '.__('You are about to approve the following comment :'); ?></p>56 <p><?php echo '<strong>'.__('Caution:').'</strong> '.__('You are about to approve the following comment.'); ?></p> 57 57 <?php } ?> 58 58 59 59 <p><?php _e('Are you sure you want to do that?'); ?></p>