mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update message
This commit is contained in:
parent
f2dadee082
commit
3e3f74dff6
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ pub fn new_gobject(mime: &str, download: Option<(Rc<TabAction>, GString)>) -> St
|
|||
.css_classes(["accent"])
|
||||
.halign(Align::Center)
|
||||
.label("Download")
|
||||
.tooltip_text("Download as file to open with other application")
|
||||
.tooltip_text("Download as file to open with external application")
|
||||
.build();
|
||||
|
||||
button.connect_clicked(move |_| {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue