diff --git a/readme.txt b/readme.txt index a2181b7..51580b4 100644 --- a/readme.txt +++ b/readme.txt @@ -74,6 +74,7 @@ Is this plugin prepared for multisites? Yes. * Moved the settings page under the settings menu. * Added support for a languages folder. * Changed some texts to make use of global translations. +* Added a domain to most of the texts for translation files. = 4.1.0 = * Compatibility with WordPress version 6.7.1 diff --git a/wp-jquery-datatable.php b/wp-jquery-datatable.php index b4766db..88f2336 100644 --- a/wp-jquery-datatable.php +++ b/wp-jquery-datatable.php @@ -50,7 +50,7 @@ function wp_jdt_create_menu() { //create admin side menu - add_options_page(__('WP jQuery DataTable Settings'), __('WP jQuery DataTable'), 'administrator', 'wp-jdt', 'wp_jdt_settings_page'); + add_options_page(__('WP jQuery DataTable Settings', 'wp-jquery-datatable'), __('WP jQuery DataTable', 'wp-jquery-datatable'), 'administrator', 'wp-jdt', 'wp_jdt_settings_page'); //call register settings function add_action('admin_init', 'wp_jdt_settings'); @@ -84,14 +84,14 @@ function wp_jdt_settings_page() $wp_jdt_searching = get_option('wp_jdt_searching'); ?>