Skip to content

Commit

Permalink
Remove useless tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
gagnieray authored and trasher committed Dec 4, 2023
1 parent 03a5869 commit b1c107e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/GaletteObjectsLend/PluginGaletteObjectslend.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ public static function getMenusContents(): array
'items' => [
[
'label' => _T("Objects list", "objectslend"),
'title' => _T("Objects list", "objectslend"),
'route' => [
'name' => 'objectslend_objects',
'aliases' => [
Expand All @@ -93,23 +92,20 @@ public static function getMenusContents(): array
[
[
'label' => _T("Borrow status", "objectslend"),
'title' => _T("Borrow status", "objectslend"),
'route' => [
'name' => 'objectslend_statuses',
'aliases' => ['objectslend_status_add', 'objectslend_status_edit']
]
],
[
'label' => _T("Object categories", "objectslend"),
'title' => _T("Object categories", "objectslend"),
'route' => [
'name' => 'objectslend_categories',
'aliases' => ['objectslend_category_add', 'objectslend_category_edit']
]
],
[
'label' => _T("Preferences", "objectslend"),
'title' => _T("Preferences", "objectslend"),
'route' => [
'name' => 'objectslend_preferences'
]
Expand Down

0 comments on commit b1c107e

Please sign in to comment.