Skip to content

Commit

Permalink
Add tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Timi007 committed Dec 19, 2023
1 parent 04b8bd6 commit c619d13
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions addons/markers/stringtable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,10 @@
<Original>Help</Original>
<German>Hilfe</German>
</Key>
<Key ID="str_mts_markers_ui_general_helpTXT_tooltip">
<Original>Opens the user manuel in the browser</Original>
<German>Öffnet die Bedienungsanleitung im Browser</German>
</Key>
</Container>
<Container name="UI_dtg">
<Key ID="str_mts_markers_ui_dtg">
Expand Down
1 change: 1 addition & 0 deletions addons/markers/ui/mts_markers_dialog.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -663,6 +663,7 @@ class GVAR(Dialog) {
w = QPOS_W(HEADER_W / 2);
h = QPOS_H(HEADER_H);
text = CSTRING(ui_general_helpTXT);
tooltip = CSTRING(ui_general_helpTXT_tooltip);
class Attributes
{
font = "RobotoCondensed";
Expand Down

0 comments on commit c619d13

Please sign in to comment.