related to #1679 changed title tab for add plugins

This commit is contained in:
Matthieu Leproux
2022-06-28 13:15:42 +02:00
parent 03341e35a2
commit 371bc91d3c
3 changed files with 3 additions and 1 deletions

View File

@@ -135,7 +135,7 @@ function add_core_tabs($sheets, $tab_id)
global $my_base_url;
$sheets['installed'] = array('caption' => '<span class="icon-menu"></span>'.l10n('List'), 'url' => $my_base_url.'&amp;tab=installed');
$sheets['update'] = array('caption' => '<span class="icon-arrows-cw"></span>'.l10n('Check for updates'), 'url' => $my_base_url.'&amp;tab=update');
$sheets['new'] = array('caption' => '<span class="icon-plus-circled"></span>'.l10n('Other plugins'), 'url' => $my_base_url.'&amp;tab=new');
$sheets['new'] = array('caption' => '<span class="icon-plus-circled"></span>'.l10n('Add New Plugin'), 'url' => $my_base_url.'&amp;tab=new');
break;
case 'rating':

View File

@@ -1294,4 +1294,5 @@ $lang['Piwigo is also on mobile.'] = 'Piwigo is also on mobile.';
$lang['Try now !'] = 'Try now !';
$lang['Install Piwigo on mobile'] = 'Install Piwigo on mobile';
$lang['Properties of abums'] = 'Properties of abums';
$lang['Add New Plugin'] = 'Add a new plugin';
// Leave this line empty

View File

@@ -1291,4 +1291,5 @@ $lang['Show plugins compatible with previous version of Piwigo'] = 'Montrer les
$lang['Placer au début'] = 'Placer au début';
$lang['Placer à la fin'] = 'Placer à la fin';
$lang['Properties of abums'] = 'Propriétés des albums';
$lang['Add New Plugin'] = 'Ajouter un plugin';
// Leave this line empty