diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gtk/dialogs.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gtk/dialogs.ui b/src/gtk/dialogs.ui index a4c1e6f..e419e45 100644 --- a/src/gtk/dialogs.ui +++ b/src/gtk/dialogs.ui @@ -66,7 +66,7 @@ <property name="halign">fill</property> <child> <object class="AdwComboRow" id="csv_export_tasksort_row"> - <property name="title">Sort by</property> + <property name="title" translatable="yes">Sort by</property> <property name="model"> <object class="AdwEnumListModel"> <property name="enum-type">TaskSort</property> @@ -79,7 +79,7 @@ </child> <child> <object class="AdwComboRow" id="csv_export_sortorder_row"> - <property name="title">Sort order</property> + <property name="title" translatable="yes">Sort order</property> <property name="model"> <object class="AdwEnumListModel"> <property name="enum-type">SortOrder</property> @@ -97,4 +97,4 @@ </object> </child> </object> -</interface> \ No newline at end of file +</interface> |