diff options
author | Translations <translations@dino.im> | 2020-05-17 20:07:48 +0200 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2020-05-17 20:07:48 +0200 |
commit | 82ce2426c14d05b1f6b8b5863f50651a21deb10c (patch) | |
tree | a406229e8995a0efb2c2c1b080afeaa6da42135a /main/data | |
parent | c6cf90a923027f4fed734b85356fa7e21c2d3896 (diff) | |
download | dino-82ce2426c14d05b1f6b8b5863f50651a21deb10c.tar.gz dino-82ce2426c14d05b1f6b8b5863f50651a21deb10c.zip |
Update translations
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> |