update tooltip text

This commit is contained in:
yggverse 2025-07-26 14:54:30 +03:00
parent b1a76f910d
commit ea7ed06371

View file

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