diff options
Diffstat (limited to 'main/src/ui')
-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; |