diff options
Diffstat (limited to 'res/windows/create_participant.ui')
| -rw-r--r-- | res/windows/create_participant.ui | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/res/windows/create_participant.ui b/res/windows/create_participant.ui index aa3d093..1e95f03 100644 --- a/res/windows/create_participant.ui +++ b/res/windows/create_participant.ui @@ -22,7 +22,7 @@ <object class="GtkListBox"> <child> <object class="AdwEntryRow" id="name"> - <property name="title">Name</property> + <property name="title" translatable="yes">Name</property> </object> </child> <child> @@ -36,12 +36,12 @@ </property> <property name="digits">1</property> <property name="numeric">True</property> - <property name="title">Order</property> + <property name="title" translatable="yes">Order</property> </object> </child> <child> <object class="AdwComboRow" id="disposition"> - <property name="title">Disposition</property> + <property name="title" translatable="yes">Disposition</property> </object> </child> <style> @@ -52,7 +52,7 @@ <child> <object class="GtkButton" id="finish"> <property name="hexpand">True</property> - <property name="label">Finish</property> + <property name="label" translatable="yes">Finish</property> <style> <class name="pill"/> <class name="suggested-action"/> @@ -69,6 +69,6 @@ </object> </property> <property name="hexpand">True</property> - <property name="title">Add Participant</property> + <property name="title" translatable="yes">Add participant</property> </object> </interface> |
