diff options
Diffstat (limited to 'res/widgets/participant_list_row.ui')
| -rw-r--r-- | res/widgets/participant_list_row.ui | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/res/widgets/participant_list_row.ui b/res/widgets/participant_list_row.ui index f1e4fe1..076d3f4 100644 --- a/res/widgets/participant_list_row.ui +++ b/res/widgets/participant_list_row.ui @@ -14,6 +14,7 @@ <object class="GtkToggleButton" id="toggle_defeated"> <property name="halign">center</property> <property name="icon-name">face-smile-symbolic</property> + <property name="tooltip-text" translatable="yes">Mark as defeated</property> <property name="valign">center</property> <style> <class name="circular"/> @@ -66,6 +67,7 @@ <property name="icon-name">edit-delete-symbolic</property> <!-- Custom object fragments --> <property name="sensitive" bind-source="toggle_defeated" bind-property="active" bind-flags="sync-create|invert-boolean"/> + <property name="tooltip-text" translatable="yes">Delete participant</property> <style> <class name="circular"/> <class name="destructive-action"/> @@ -75,6 +77,7 @@ <child> <object class="GtkButton" id="edit"> <property name="icon-name">document-edit-symbolic</property> + <property name="tooltip-text" translatable="yes">Edit participant</property> <style> <class name="circular"/> <class name="suggested-action"/> |
