mirror of
https://github.com/aclist/dztui.git
synced 2026-08-25 17:32:36 +02:00
fix: newline in tooltip
This commit is contained in:
parent
1bfb054be2
commit
95a775cd74
@ -4276,9 +4276,8 @@ class ModSelectionPanel(Gtk.Box):
|
||||
},
|
||||
{
|
||||
"label": "Highlight stale",
|
||||
"tooltip": """Shows locally-installed mods
|
||||
which are not used by any server
|
||||
in your Saved Servers""",
|
||||
"tooltip": "Shows locally-installed mods which are not\n"
|
||||
"used by any server in your Saved Servers",
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user