From 4dc18d0d908e28d34f08e417f62332f88c7ccd6b Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 26 Jul 2025 08:56:30 +0300 Subject: [PATCH] update tooltip text --- src/app/browser/proxy/misc.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/browser/proxy/misc.rs b/src/app/browser/proxy/misc.rs index 333025ae..a3f49af4 100644 --- a/src/app/browser/proxy/misc.rs +++ b/src/app/browser/proxy/misc.rs @@ -19,7 +19,7 @@ impl Misc { .active(profile.proxy.misc.is_highlight_request_entry()) .hexpand(true) .subtitle_selectable(true) - .subtitle("Use accent color for proxy connections") + .subtitle("Indicate proxy connections with accent colors") .title_selectable(true) .title("Highlight the Request entry") .build();