Skip to:
Content

bbPress.org


Ignore:
Timestamp:
07/25/2017 09:53:59 PM (8 years ago)
Author:
johnjamesjacoby
Message:

Converter: Tweak description of restart setting to better hint at what it does.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/admin/settings.php

    r6600 r6634  
    17041704    <input name="_bbp_converter_restart" id="_bbp_converter_restart" type="checkbox" value="1" <?php checked( get_option( '_bbp_converter_restart', false ) ); ?> />
    17051705    <label for="_bbp_converter_restart"><?php esc_html_e( 'Start a fresh conversion from the beginning', 'bbpress' ); ?></label>
    1706     <p class="description"><?php esc_html_e( 'You should clean old conversion information before starting over.', 'bbpress' ); ?></p>
     1706    <p class="description"><?php esc_html_e( 'Purge all previous imports first to avoid duplicate data.', 'bbpress' ); ?></p>
    17071707
    17081708<?php
Note: See TracChangeset for help on using the changeset viewer.