diff --git a/assets/ckeditor/plugins/PartDBLabel/PartDBLabelUI.js b/assets/ckeditor/plugins/PartDBLabel/PartDBLabelUI.js index 321aa54b..b9f40439 100644 --- a/assets/ckeditor/plugins/PartDBLabel/PartDBLabelUI.js +++ b/assets/ckeditor/plugins/PartDBLabel/PartDBLabelUI.js @@ -147,6 +147,7 @@ function getDropdownItemsDefinitions(t) { model: new Model( { commandParam: entry[0], label: t(entry[1]), + tooltip: entry[0], withText: true } ), };