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/history.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/history.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/admin/history.tpl b/template/yoga/admin/history.tpl index e3ccc1197..3ed4c94b3 100644 --- a/template/yoga/admin/history.tpl +++ b/template/yoga/admin/history.tpl @@ -116,7 +116,7 @@ <table class="table2" id="detailedStats"> <tr class="throw"> - <th>{'date'|@translate}</th> + <th>{'Date'|@translate}</th> <th>{'time'|@translate}</th> <th>{'user'|@translate}</th> <th>{'IP'|@translate}</th> |