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 | |
| parent | 88d45641e8c06936635034cd83c8c7df1bd59439 (diff) | |
| download | turns-16c2572e7e75f27a7eab90d2c7a71fd486133eca.tar.xz turns-16c2572e7e75f27a7eab90d2c7a71fd486133eca.zip | |
app: add tooltip for add_participant button
| -rw-r--r-- | lang/po/de.po | 9 | ||||
| -rw-r--r-- | lang/po/en_US.po | 9 | ||||
| -rw-r--r-- | res/windows/main_window.ui | 1 | ||||
| -rw-r--r-- | res/windows/windows.cmb | 1 |
4 files changed, 14 insertions, 6 deletions
diff --git a/lang/po/de.po b/lang/po/de.po index 8b06799..52287d5 100644 --- a/lang/po/de.po +++ b/lang/po/de.po @@ -8,8 +8,11 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -msgid "Turns" -msgstr "Züge" +msgid "Add a participant" +msgstr "Teilnehmer hinzufügen" msgid "No active turn-order" -msgstr "Keine aktive Zugreihenfolge"
\ No newline at end of file +msgstr "Keine aktive Zugreihenfolge" + +msgid "Turns" +msgstr "Züge" diff --git a/lang/po/en_US.po b/lang/po/en_US.po index 77f577d..82ffaf5 100644 --- a/lang/po/en_US.po +++ b/lang/po/en_US.po @@ -8,8 +8,11 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -msgid "Turns" -msgstr "Turns" +msgid "Add a participant" +msgstr "Add a participant" msgid "No active turn-order" -msgstr "No active turn-order"
\ No newline at end of file +msgstr "No active turn-order" + +msgid "Turns" +msgstr "Turns" 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> diff --git a/res/windows/windows.cmb b/res/windows/windows.cmb index 73ecbae..a48c58f 100644 --- a/res/windows/windows.cmb +++ b/res/windows/windows.cmb @@ -30,6 +30,7 @@ (1,7,"GtkMenuButton","icon-name","open-menu",None,None,None,None,None,None,None,None,None), (1,7,"GtkMenuButton","menu-model","9",None,None,None,None,None,None,None,None,None), (1,8,"GtkButton","icon-name","contact-new",None,None,None,None,None,None,None,None,None), + (1,8,"GtkWidget","tooltip-text","Add a participant",1,None,None,None,None,None,None,None,None), (1,10,"(item)","action","app.quit",None,None,None,None,None,None,None,None,None), (1,10,"(item)","label","Quit",None,None,None,None,None,None,None,None,None) </object_property> |
