Changeset 4053 for branches/plugin/bbp-admin/bbp-settings.php
- Timestamp:
- 07/04/2012 02:17:31 AM (14 years ago)
- File:
-
- 1 edited
-
branches/plugin/bbp-admin/bbp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-admin/bbp-settings.php
r4048 r4053 1146 1146 1147 1147 <input id="_bbp_converter_restart" name="_bbp_converter_restart" type="checkbox" id="_bbp_converter_restart" value="1" <?php checked( get_option( '_bbp_converter_restart', false ) ); ?> /> 1148 <label for="_bbp_converter_restart"><?php _e( 'Restart the conversion process', 'bbpress' ); ?></label>1148 <label for="_bbp_converter_restart"><?php _e( 'Restart conversion from the beginning', 'bbpress' ); ?></label> 1149 1149 <p class="description"><?php _e( 'The importer keeps track of where it left off in the event of failure.', 'bbpress' ); ?></p> 1150 1150
Note: See TracChangeset
for help on using the changeset viewer.