diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-05-29 08:57:34 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-05-29 08:57:34 +0000 |
commit | a16a070d4cab87a4a4dd701fb64f17d33d6cb026 (patch) | |
tree | 364cce59a1ba1833688f549c45cf7224155bde45 /language/templates | |
parent | 722c4a3a9740506ed4f409fcd9517027f8cbcee5 (diff) |
merge r6418 from branch 2.1 to trunk
- removed multiple definitions of language keys
git-svn-id: http://piwigo.org/svn/trunk@6419 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/templates')
-rw-r--r-- | language/templates/common.lang.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/language/templates/common.lang.php b/language/templates/common.lang.php index 3bfc1a0a3..ad6caebc9 100644 --- a/language/templates/common.lang.php +++ b/language/templates/common.lang.php @@ -52,7 +52,6 @@ $lang['All tags'] = 'All tags'; $lang['Any tag'] = 'Any tag'; $lang['At least one listed rule must be satisfied.'] = 'At least one listed rule must be satisfied.'; $lang['At least one tag must match'] = 'At least one tag must match'; -$lang['Author'] = 'Author'; $lang['Average rate'] = 'Average rate'; $lang['Categories'] = 'Categories'; $lang['Category'] = 'Category'; |