| @@ -13,9 +13,9 @@ | ||
| 13 | 13 | |
| 14 | 14 | return array( |
| 15 | 15 | 'plugin-name' => 'pixcustomify', |
| 16 | 16 | 'settings-key' => 'pixcustomify_settings', |
| 17 | - 'textdomain' => 'customify', | |
| 17 | + 'textdomain' => 'pixcustomify_txtd', | |
| 18 | 18 | 'template-paths' => array( |
| 19 | 19 | $basepath . 'core/views/form-partials/', |
| 20 | 20 | $basepath . 'views/form-partials/', |
| 21 | 21 | ), |
| @@ -42,9 +42,9 @@ | ||
| 42 | 42 | 'checks' => array( |
| 43 | 43 | 'counter' => array( 'is_numeric', 'not_empty' ), |
| 44 | 44 | ), |
| 45 | 45 | 'errors' => array( |
| 46 | - 'not_empty' => __( 'Invalid Value.', 'customify' ), | |
| 46 | + 'not_empty' => __( 'Invalid Value.', pixcustomify::textdomain() ), | |
| 47 | 47 | ), |
| 48 | 48 | // 'callbacks' => array( |
| 49 | 49 | // 'save_settings' => 'save_customizer_plugin_settings' |
| 50 | 50 | // ), |