← All changes
|
admin/views/configs/settings/class-sps-advanced.php
+7
-7
4.0.7
→
2.2.10
View file →
| @@ -23,17 +23,17 @@ | ||
| 23 | 23 | public static function section( $prefix ) { |
| 24 | 24 | SP_PC::createSection( |
| 25 | 25 | $prefix, |
| 26 | 26 | array( |
| 27 | - 'title' => __( 'Advanced', 'post-carousel' ), | |
| 28 | - 'icon' => 'fa sps-icon-advanced', | |
| 27 | + 'title' => __( 'Advanced Settings', 'smart-post-show' ), | |
| 28 | + 'icon' => 'fa fa-cogs', | |
| 29 | 29 | 'fields' => array( |
| 30 | 30 | array( |
| 31 | - 'id' => 'pcp_delete_all_data', | |
| 32 | - 'type' => 'checkbox', | |
| 33 | - 'title' => __( 'Clean-up Data on Deletion', 'post-carousel' ), | |
| 34 | - 'title_info' => __( 'Delete all Smart Post Show data from the database on plugin uninstalling and deletion.', 'post-carousel' ), | |
| 35 | - 'default' => false, | |
| 31 | + 'id' => 'pcp_delete_all_data', | |
| 32 | + 'type' => 'checkbox', | |
| 33 | + 'title' => __( 'Clean-up Data on Deletion', 'smart-post-show' ), | |
| 34 | + 'help' => __( 'Delete all Smart Post Show data from the database on plugin uninstalling and deletion.', 'smart-post-show' ), | |
| 35 | + 'default' => false, | |
| 36 | 36 | ), |
| 37 | 37 | ), |
| 38 | 38 | ) |
| 39 | 39 | ); |