From bd895729f08033e0a003a4bb8d66a4489138549c Mon Sep 17 00:00:00 2001 From: G3ronim0 Date: Wed, 3 Jan 2018 17:10:28 +0100 Subject: [PATCH] i18n fix --- inc/admin/enqueue.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/admin/enqueue.php b/inc/admin/enqueue.php index a889bf9..3fd7f6e 100644 --- a/inc/admin/enqueue.php +++ b/inc/admin/enqueue.php @@ -56,8 +56,8 @@ function wpt_customofile_load_admin_assets() { 'sEmptyTable' => __( 'No data available in table', 'wpt-custom-mo-file' ), 'sInfo' => _x( 'Showing _START_ to _END_ of _TOTAL_ entries', 'Please don\'t translate: _START_ _END_ _TOTAL_', 'wpt-custom-mo-file' ), 'sInfoEmpty' => __( 'Showing 0 to 0 of 0 entries', 'wpt-custom-mo-file' ), - 'sInfoFiltered' => _x( 'filtered from _MAX_ total entries', 'Please don\'t translate: _MAX_', 'wpt-custom-mo-file' ), - 'sLengthMenu' => _x( 'Show _MENU_ entries', 'Please don\'t translate: _MENU_', 'wpt-custom-mo-file' ), + 'sInfoFiltered' => _x( 'filtered from _MAX_ total entries', 'Please do not translate: _MAX_', 'wpt-custom-mo-file' ), + 'sLengthMenu' => _x( 'Show _MENU_ entries', 'Please do not translate: _MENU_', 'wpt-custom-mo-file' ), 'sLoadingRecords' => __( 'Loading...', 'wpt-custom-mo-file' ), 'sProcessing' => __( 'Processing...', 'wpt-custom-mo-file' ), 'sSearch' => __( 'Search:', 'wpt-custom-mo-file' ),