update tooltip text

This commit is contained in:
yggverse 2025-07-26 08:56:30 +03:00
parent f41b7a57bd
commit 4dc18d0d90

View File

@ -19,7 +19,7 @@ impl Misc {
.active(profile.proxy.misc.is_highlight_request_entry()) .active(profile.proxy.misc.is_highlight_request_entry())
.hexpand(true) .hexpand(true)
.subtitle_selectable(true) .subtitle_selectable(true)
.subtitle("Use accent color for proxy connections") .subtitle("Indicate proxy connections with accent colors")
.title_selectable(true) .title_selectable(true)
.title("Highlight the Request entry") .title("Highlight the Request entry")
.build(); .build();