diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-12 14:33:42 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-12 14:33:42 +0200 |
| commit | 16c2572e7e75f27a7eab90d2c7a71fd486133eca (patch) | |
| tree | 9f3a01cda30444fb20275be65b338f221f611cf8 /res/windows/main_window.ui | |
| parent | 88d45641e8c06936635034cd83c8c7df1bd59439 (diff) | |
| download | turns-16c2572e7e75f27a7eab90d2c7a71fd486133eca.tar.xz turns-16c2572e7e75f27a7eab90d2c7a71fd486133eca.zip | |
app: add tooltip for add_participant button
Diffstat (limited to 'res/windows/main_window.ui')
| -rw-r--r-- | res/windows/main_window.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/windows/main_window.ui b/res/windows/main_window.ui index b506e5a..41e2f1b 100644 --- a/res/windows/main_window.ui +++ b/res/windows/main_window.ui @@ -31,6 +31,7 @@ <child type="start"> <object class="GtkButton" id="add_participant"> <property name="icon-name">contact-new</property> + <property name="tooltip-text" translatable="yes">Add a participant</property> </object> </child> </object> |
