mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
update label message
This commit is contained in:
parent
864c5108ac
commit
861502fd20
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ use gtk::{
|
|||
// Defaults
|
||||
|
||||
const CSS_CLASSES: [&str; 1] = ["suggested-action"];
|
||||
const LABEL: (&str, &str) = ("Choose location..", "Awaiting for choose..");
|
||||
const LABEL: (&str, &str) = ("Choose location..", "Pending..");
|
||||
const MARGIN: i32 = 16;
|
||||
|
||||
/// Choose destination [File](https://docs.gtk.org/gio/iface.File.html)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue