Skip to content

Commit

Permalink
Update bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
sholtkamp committed Nov 21, 2024
1 parent 917a26c commit de5b309
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
8 changes: 5 additions & 3 deletions src/main/js/bundles/dn_intro/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,17 @@
},
"components": [
{
"name": "TocTourTool",
"name": "TourClickTool",
"impl": "ct/tools/Tool",
"provides": [
"ct.tools.Tool"
],
"propertiesConstructor": true,
"properties": {
"id": "tocTourTool",
"title": "Start driver.js tour for TOC",
"id": "tourClickTool",
"title": "Start driver.js tour",
"tooltip": "${tool.tooltip}",
"iconClass": "icon-help",
"toolRole": "toolset",
"clickHandler": "startTour"
},
Expand Down
5 changes: 4 additions & 1 deletion src/main/js/bundles/dn_intro/nls/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
export default {
root: {
bundleName: "DN Intro",
bundleDescription: "Can be used to create an introductory tour for apps"
bundleDescription: "Can be used to create an introductory tour for apps",
tool: {
tooltip: "Start Tour"
}
},
de: true
};
5 changes: 4 additions & 1 deletion src/main/js/bundles/dn_intro/nls/de/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@
*/
export default {
bundleName: "DN Intro",
bundleDescription: "Erlaubt die Konfiguration von Einführungstouren für eine App."
bundleDescription: "Erlaubt die Konfiguration von Einführungstouren für eine App.",
tool: {
tooltip: "Einführungstour starten"
}
};

0 comments on commit de5b309

Please sign in to comment.