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();