update label message

This commit is contained in:
yggverse 2024-12-12 14:23:30 +02:00
parent 864c5108ac
commit 861502fd20

View File

@ -7,7 +7,7 @@ use gtk::{
// Defaults // Defaults
const CSS_CLASSES: [&str; 1] = ["suggested-action"]; 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; const MARGIN: i32 = 16;
/// Choose destination [File](https://docs.gtk.org/gio/iface.File.html) /// Choose destination [File](https://docs.gtk.org/gio/iface.File.html)