diff options
author | musiclover <musiclover382@protonmail.com> | 2022-06-11 11:41:02 +0200 |
---|---|---|
committer | musiclover <musiclover382@protonmail.com> | 2022-06-11 11:41:02 +0200 |
commit | bb38a35e11e38ca881e13617dc40b858acd5bd93 (patch) | |
tree | 4336f0d6db93900a352c247e29ffe6f4697f5307 /src/gtk | |
parent | fe6ae6ab622fe9a4b767f85ddeaafec9dcd3ca87 (diff) | |
download | Furtherance-bb38a35e11e38ca881e13617dc40b858acd5bd93.tar.zst |
Update translation template
Diffstat (limited to 'src/gtk')
-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> |