5 less admin language keys

git-svn-id: http://piwigo.org/svn/trunk@2275 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices
2008-03-11 02:24:59 +00:00
parent fef7f5acfb
commit 70e58dd7bd
6 changed files with 3 additions and 21 deletions
+1 -1
View File
@@ -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