aboutsummaryrefslogtreecommitdiff
path: root/main/src/ui/file_send_overlay.vala
diff options
context:
space:
mode:
authorTranslations <translations@dino.im>2020-10-07 20:52:53 +0200
committerfiaxh <git@lightrise.org>2020-10-07 20:52:53 +0200
commitd42918b0ab1d132ef1deee44ea6270c47b22d1ba (patch)
treeefb1e19763906c2f8fabe24848a79025e0369183 /main/src/ui/file_send_overlay.vala
parent9cc3382abe801f0be96b79dcfc9cd4ac0272befa (diff)
downloaddino-d42918b0ab1d132ef1deee44ea6270c47b22d1ba.tar.gz
dino-d42918b0ab1d132ef1deee44ea6270c47b22d1ba.zip
Update translations
Diffstat (limited to 'main/src/ui/file_send_overlay.vala')
-rw-r--r--main/src/ui/file_send_overlay.vala2
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;