diff options
Diffstat (limited to 'main/data')
-rw-r--r-- | main/data/file_send_overlay.ui | 2 | ||||
-rw-r--r-- | main/data/im.dino.Dino.appdata.xml.in | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/main/data/file_send_overlay.ui b/main/data/file_send_overlay.ui index c82cc3f1..00cc649b 100644 --- a/main/data/file_send_overlay.ui +++ b/main/data/file_send_overlay.ui @@ -25,7 +25,7 @@ <property name="visible">True</property> <child> <object class="GtkLabel"> - <property name="label">Send a file</property> + <property name="label" translatable="yes">Send a file</property> <property name="hexpand">True</property> <property name="visible">True</property> <attributes> diff --git a/main/data/im.dino.Dino.appdata.xml.in b/main/data/im.dino.Dino.appdata.xml.in index 17c56b8b..005bf97b 100644 --- a/main/data/im.dino.Dino.appdata.xml.in +++ b/main/data/im.dino.Dino.appdata.xml.in @@ -13,15 +13,12 @@ </description> <screenshots> <screenshot type="default"> - <caption>Main window with conversations</caption> <image height="900" width="1600">https://dino.im/img/appdata/main.png</image> </screenshot> <screenshot> - <caption>Start Conversation</caption> <image height="900" width="1600">https://dino.im/img/appdata/start_chat.png</image> </screenshot> <screenshot> - <caption>Contact Details</caption> <image height="900" width="1600">https://dino.im/img/appdata/contact_details.png</image> </screenshot> </screenshots> |