Make WordPress Core


Ignore:
Timestamp:
04/11/2010 10:41:54 AM (15 years ago)
Author:
dd32
Message:

Tweak new strings for better typography. Props demetris. Fixes #12962

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/custom-background.php

    r13856 r14070  
    247247<?php if ( get_background_image() ) : ?>
    248248<h3><?php _e('Remove Background Image'); ?></h3>
    249 <p><?php _e('This will remove the background image. You will not be able to retrieve any customizations.') ?></p>
     249<p><?php _e('This will remove the background image. You will not be able to restore any customizations.') ?></p>
    250250<form method="post" action="">
    251251<?php wp_nonce_field('custom-background'); ?>
Note: See TracChangeset for help on using the changeset viewer.