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