aboutsummaryrefslogtreecommitdiffstats
path: root/admin/photos_add.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/photos_add.php')
-rw-r--r--admin/photos_add.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/admin/photos_add.php b/admin/photos_add.php
index d1962808a..d969cf099 100644
--- a/admin/photos_add.php
+++ b/admin/photos_add.php
@@ -53,11 +53,11 @@ $upload_form_config = get_upload_form_config();
$tabs = array(
array(
'code' => 'direct',
- 'label' => l10n('Upload Photos'),
+ 'label' => l10n('Web Form'),
),
array(
- 'code' => 'ploader',
- 'label' => l10n('Piwigo Uploader'),
+ 'code' => 'applications',
+ 'label' => l10n('Applications'),
),
);