aboutsummaryrefslogtreecommitdiffstats
path: root/search_rules.php
diff options
context:
space:
mode:
authorrvelices <rv-github@modusoptimus.com>2006-03-16 02:22:58 +0000
committerrvelices <rv-github@modusoptimus.com>2006-03-16 02:22:58 +0000
commit853bf2a0a5bc77d6ad1d22dbe778eb6b7b1b12be (patch)
treead2729c6d009965e68f831f48f18536e425ac6e6 /search_rules.php
parent114ae324452ac88fe7b672338cba931d838ee2a4 (diff)
language: cleanup unused, uniformization and no more L_ variables in
category.php and tpl git-svn-id: http://piwigo.org/svn/trunk@1083 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'search_rules.php')
-rw-r--r--search_rules.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/search_rules.php b/search_rules.php
index ef51ffe49..3319dc17b 100644
--- a/search_rules.php
+++ b/search_rules.php
@@ -110,7 +110,7 @@ if (isset($search['fields']['cat']))
$template->assign_block_vars(
'categories',
array(
- 'LIST_INTRO' => l10n('categories'),
+ 'LIST_INTRO' => l10n('Categories'),
)
);