aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2013-11-19 04:31:24 +0000
committerrvelices <rv-github@modusoptimus.com>2013-11-19 04:31:24 +0000
commitf289c2a44f40d84801e3b036dd5535d29fcc4b5d (patch)
treeb8345df76e44c1a41b563eb3edb90b7c7f852ff8
parent8d81cb9caf7d47ebd5b1b378bc80c95275387a53 (diff)
english lang correction (forgot template)
git-svn-id: http://piwigo.org/svn/trunk@25570 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r--admin/themes/default/template/user_list.tpl4
1 files 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": '<span class="icon-search"></span>'+"{/literal}{'Search'|translate|escape:'javascript'}{literal}",
"sLoadingRecords": "{/literal}{'Loading...'|translate|escape:'javascript'}{literal}",