From f289c2a44f40d84801e3b036dd5535d29fcc4b5d Mon Sep 17 00:00:00 2001 From: rvelices Date: Tue, 19 Nov 2013 04:31:24 +0000 Subject: english lang correction (forgot template) git-svn-id: http://piwigo.org/svn/trunk@25570 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/template/user_list.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin/themes/default/template/user_list.tpl b/admin/themes/default/template/user_list.tpl index 1ad650af8..dc4155034 100644 --- a/admin/themes/default/template/user_list.tpl +++ b/admin/themes/default/template/user_list.tpl @@ -558,9 +558,9 @@ jQuery(document).ready(function() { "oLanguage": { "sProcessing": "{/literal}{'Loading...'|translate|escape:'javascript'}{literal}", "sLengthMenu": sprintf("{/literal}{'Show %s users'|translate|escape:'javascript'}{literal}", '_MENU_'), - "sZeroRecords": "{/literal}{'No matching users found'|translate|escape:'javascript'}{literal}", + "sZeroRecords": "{/literal}{'No matching user found'|translate|escape:'javascript'}{literal}", "sInfo": sprintf("{/literal}{'Showing %s to %s of %s users'|translate|escape:'javascript'}{literal}", '_START_', '_END_', '_TOTAL_'), - "sInfoEmpty": "{/literal}{'No matching users found'|translate|escape:'javascript'}{literal}", + "sInfoEmpty": "{/literal}{'No matching user found'|translate|escape:'javascript'}{literal}", "sInfoFiltered": sprintf("{/literal}{'(filtered from %s total users)'|translate|escape:'javascript'}{literal}", '_MAX_'), "sSearch": ''+"{/literal}{'Search'|translate|escape:'javascript'}{literal}", "sLoadingRecords": "{/literal}{'Loading...'|translate|escape:'javascript'}{literal}", -- cgit v1.2.3