From 861502fd2096aba735e3160899d85e7ec3057d6a Mon Sep 17 00:00:00 2001 From: yggverse Date: Thu, 12 Dec 2024 14:23:30 +0200 Subject: [PATCH] update label message --- .../window/tab/item/page/content/status/download/choose.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/browser/window/tab/item/page/content/status/download/choose.rs b/src/app/browser/window/tab/item/page/content/status/download/choose.rs index 2757e156..db3daae3 100644 --- a/src/app/browser/window/tab/item/page/content/status/download/choose.rs +++ b/src/app/browser/window/tab/item/page/content/status/download/choose.rs @@ -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)