diff options
author | Translations <translations@dino.im> | 2020-10-07 20:52:53 +0200 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2020-10-07 20:52:53 +0200 |
commit | d42918b0ab1d132ef1deee44ea6270c47b22d1ba (patch) | |
tree | efb1e19763906c2f8fabe24848a79025e0369183 /main/src | |
parent | 9cc3382abe801f0be96b79dcfc9cd4ac0272befa (diff) | |
download | dino-d42918b0ab1d132ef1deee44ea6270c47b22d1ba.tar.gz dino-d42918b0ab1d132ef1deee44ea6270c47b22d1ba.zip |
Update translations
Diffstat (limited to 'main/src')
-rw-r--r-- | main/src/ui/file_send_overlay.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/ui/file_send_overlay.vala b/main/src/ui/file_send_overlay.vala index feb18e8c..39e57f80 100644 --- a/main/src/ui/file_send_overlay.vala +++ b/main/src/ui/file_send_overlay.vala @@ -49,7 +49,7 @@ public class FileSendOverlay : Gtk.EventBox { } public void set_file_too_large() { - info_label.label= "The file exceeds the server's maximum upload size."; + info_label.label= _("The file exceeds the server's maximum upload size."); Util.force_error_color(info_label); send_button.sensitive = false; can_send = false; |