diff options
author | plegall <plg@piwigo.org> | 2010-04-02 08:27:36 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-04-02 08:27:36 +0000 |
commit | b6e82a7ac9786c3ec42512a0c305754318703156 (patch) | |
tree | 829be7db165b42d82d164b1ff7c9647b0f7726a7 /language/templates | |
parent | fece672a07ae312a958817e05c6a9232b8830ad2 (diff) |
remove obsolete keys in all languages (as much as possible)
git-svn-id: http://piwigo.org/svn/trunk@5565 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 105360f55..3bfc1a0a3 100644 --- a/language/templates/common.lang.php +++ b/language/templates/common.lang.php @@ -175,7 +175,6 @@ $lang['day'][5] = 'Friday'; $lang['day'][6] = 'Saturday'; $lang['default_sort'] = 'Default'; $lang['del_favorites_hint'] = 'delete this image from your favorites'; -$lang['delete'] = 'Delete'; $lang['descending'] = 'descending'; $lang['download'] = 'download'; $lang['download_hint'] = 'download this file'; |