diff options
author | rvelices <rv-github@modusoptimus.com> | 2010-05-29 08:55:42 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2010-05-29 08:55:42 +0000 |
commit | d73302db9b8173b6515d6b8cc1c4e10b705c5d31 (patch) | |
tree | 18f2aff390b27994fb96aadd9815802756890cf4 /language/templates/common.lang.php | |
parent | f4c16c53eb8c3ab3640cb7cc7fa0ebecd360513e (diff) |
- removed multiple definitions of language keys
git-svn-id: http://piwigo.org/svn/branches/2.1@6418 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/templates/common.lang.php')
-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'; |