mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-21 14:25:36 +00:00
Enabled some commented out tooltips now that bug #22176 is fixed
This commit is contained in:
parent
c3eb503c6e
commit
339b4f3ee1
@ -185,10 +185,7 @@
|
||||
id = "copy"
|
||||
definition = "action_copy"
|
||||
label = _ "clipboard^Copy"
|
||||
# FIXME: tooltips cause weird interactions with map
|
||||
# labels while running a GUI2 dialog, so let's
|
||||
# not use a tooltip yet.
|
||||
#tooltip = _ "Copy this log to clipboard"
|
||||
tooltip = _ "Copy this log to clipboard"
|
||||
[/button]
|
||||
[/column]
|
||||
|
||||
|
@ -333,10 +333,7 @@
|
||||
id = "copy"
|
||||
definition = "action_copy"
|
||||
label = _ "clipboard^Copy"
|
||||
# FIXME: tooltips cause weird interactions with map
|
||||
# labels while running a GUI2 dialog, so let's
|
||||
# not use a tooltip yet.
|
||||
#tooltip = _ "Copy this report to clipboard"
|
||||
tooltip = _ "Copy this report to clipboard"
|
||||
[/button]
|
||||
[/column]
|
||||
|
||||
|
@ -103,10 +103,7 @@
|
||||
id = "copy"
|
||||
definition = "action_copy"
|
||||
label = _ "clipboard^Copy"
|
||||
# FIXME: tooltips cause weird interactions with map
|
||||
# labels while running a GUI2 dialog, so let's
|
||||
# not use a tooltip yet.
|
||||
#tooltip = _ "Copy this log to clipboard"
|
||||
tooltip = _ "Copy this log to clipboard"
|
||||
[/button]
|
||||
[/column]
|
||||
|
||||
@ -118,10 +115,7 @@
|
||||
[button]
|
||||
id = "clear"
|
||||
label = _ "Clear Console"
|
||||
# FIXME: tooltips cause weird interactions with map
|
||||
# labels while running a GUI2 dialog, so let's
|
||||
# not use a tooltip yet.
|
||||
#tooltip = _ "Clear the log area"
|
||||
tooltip = _ "Clear the log area"
|
||||
[/button]
|
||||
[/column]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user