From d42918b0ab1d132ef1deee44ea6270c47b22d1ba Mon Sep 17 00:00:00 2001 From: Translations Date: Wed, 7 Oct 2020 20:52:53 +0200 Subject: Update translations --- main/src/ui/file_send_overlay.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/src/ui/file_send_overlay.vala') 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; -- cgit v1.2.3-54-g00ecf