mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-19 16:13:00 +02:00
5 less admin language keys
git-svn-id: http://piwigo.org/svn/trunk@2275 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -34,7 +34,7 @@ function waiting_tabsheet()
|
||||
$tabsheet = new tabsheet();
|
||||
// TabSheet initialization
|
||||
$tabsheet->add('comments', l10n('comments'), $link_start.'comments');
|
||||
$tabsheet->add('upload', l10n('upload_pictures'), $link_start.'upload');
|
||||
$tabsheet->add('upload', l10n('Pictures'), $link_start.'upload');
|
||||
// TabSheet selection
|
||||
$tabsheet->select($page['page']);
|
||||
// Assign tabsheet to template
|
||||
|
||||
Reference in New Issue
Block a user