update message

This commit is contained in:
yggverse 2024-12-12 12:44:04 +02:00
parent f2dadee082
commit 3e3f74dff6

View File

@ -17,7 +17,7 @@ pub fn new_gobject(mime: &str, download: Option<(Rc<TabAction>, GString)>) -> St
.css_classes(["accent"]) .css_classes(["accent"])
.halign(Align::Center) .halign(Align::Center)
.label("Download") .label("Download")
.tooltip_text("Download as file to open with other application") .tooltip_text("Download as file to open with external application")
.build(); .build();
button.connect_clicked(move |_| { button.connect_clicked(move |_| {