mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
sysprof: add tooltip-text for open button
This commit is contained in:
@ -27,8 +27,9 @@
|
|||||||
<child>
|
<child>
|
||||||
<object class="GtkButton" id="open_button">
|
<object class="GtkButton" id="open_button">
|
||||||
<property name="label" translatable="yes">_Open</property>
|
<property name="label" translatable="yes">_Open</property>
|
||||||
<property name="action_name">app.open-capture</property>
|
<property name="action-name">app.open-capture</property>
|
||||||
<property name="use_underline">true</property>
|
<property name="use-underline">true</property>
|
||||||
|
<property name="tooltip-text" translatable="yes">Open Recording… (Ctrl+O)</property>
|
||||||
<property name="visible">true</property>
|
<property name="visible">true</property>
|
||||||
</object>
|
</object>
|
||||||
<packing>
|
<packing>
|
||||||
|
|||||||
Reference in New Issue
Block a user