diff options
author | plegall <plg@piwigo.org> | 2008-09-19 21:18:40 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2008-09-19 21:18:40 +0000 |
commit | f3c2080767dfeafa8aa0e645c8c713ca026aeeb9 (patch) | |
tree | 6205a0f4b2b216f78c9cef685f621eff122c42fa /language/en_UK/admin.lang.php | |
parent | 324a4a112ac4a883f086372c8053c0021a4380d4 (diff) |
deletion: function export_pwg_data was inadvertently added with r1817 while
the development was not finished.
git-svn-id: http://piwigo.org/svn/trunk@2551 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | language/en_UK/admin.lang.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/language/en_UK/admin.lang.php b/language/en_UK/admin.lang.php index 49f29e7b0..923634a6c 100644 --- a/language/en_UK/admin.lang.php +++ b/language/en_UK/admin.lang.php @@ -468,7 +468,6 @@ $lang['Elements_not_linked'] = 'Not linked elements'; $lang['special_admin_menu'] = 'Specials'; $lang['Duplicates'] = 'Files with same name in more than one physical category'; -$lang['Export data'] = 'Export data'; $lang['Overall'] = 'Overall'; $lang['Year'] = 'Year'; $lang['Month'] = 'Month'; @@ -637,4 +636,4 @@ $lang['Edit ranks'] = 'Edit ranks'; $lang['No element in this category'] = 'No element in this category'; $lang['Images manual order was saved'] = 'Images manual order was saved'; $lang['ranks'] = 'ranks'; -?>
\ No newline at end of file +?> |