diff options
author | patdenice <patdenice@piwigo.org> | 2008-03-10 18:01:17 +0000 |
---|---|---|
committer | patdenice <patdenice@piwigo.org> | 2008-03-10 18:01:17 +0000 |
commit | ff19a8f1cd624eae602b64895ce92bdaa7789d69 (patch) | |
tree | 9ffa0b5329f1ad7bac26350ad0db3db2c2e167c9 /template/yoga/admin/upload.tpl | |
parent | e834737e848c7328638a9080868cf92541b656a9 (diff) |
Corrections in plugins management.
Add "Last revisions" sort order.
git-svn-id: http://piwigo.org/svn/trunk@2272 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | template/yoga/admin/upload.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/admin/upload.tpl b/template/yoga/admin/upload.tpl index 419a01ec0..f95609316 100644 --- a/template/yoga/admin/upload.tpl +++ b/template/yoga/admin/upload.tpl @@ -10,7 +10,7 @@ <table style="width:99%;" > <tr class="throw"> <th style="width:20%;">{'category'|@translate}</th> - <th style="width:20%;">{'date'|@translate}</th> + <th style="width:20%;">{'Date'|@translate}</th> <th style="width:20%;">{'file'|@translate}</th> <th style="width:20%;">{'thumbnail'|@translate}</th> <th style="width:20%;">{'Author'|@translate}</th> |