diff options
author | plegall <plg@piwigo.org> | 2013-10-22 20:39:10 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2013-10-22 20:39:10 +0000 |
commit | fac62f863dceea47f90027c9404604ec74c559d3 (patch) | |
tree | 3b014552b96aed3bac301aeef8fea9bf907a456c /admin/include/add_core_tabs.inc.php | |
parent | ad6c3fd5661db2aa5aa21f7c1e661576f202fd02 (diff) |
feature 2920 added: change admin screen "pending comments" to "all comments".
Now the administrator can filter on "all" or "pending" with a single click.
In the admin menu, we display the number of pending comments.
git-svn-id: http://piwigo.org/svn/trunk@25084 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/include/add_core_tabs.inc.php')
-rw-r--r-- | admin/include/add_core_tabs.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/include/add_core_tabs.inc.php b/admin/include/add_core_tabs.inc.php index fcb87ca82..443775d38 100644 --- a/admin/include/add_core_tabs.inc.php +++ b/admin/include/add_core_tabs.inc.php @@ -59,7 +59,7 @@ function add_core_tabs($sheets, $tab_id) break; case 'comments': - $sheets[''] = array('caption' => l10n('User comments validation'), 'url' => ''); + $sheets[''] = array('caption' => l10n('User comments'), 'url' => ''); break; case 'configuration': |