update tooltip text

This commit is contained in:
yggverse 2024-09-24 22:27:04 +03:00
parent cca9ea061e
commit edb4e6fa0a

View File

@ -10,7 +10,7 @@ impl Bookmark {
Self { Self {
widget: Button::builder() widget: Button::builder()
.icon_name("starred-symbolic") .icon_name("starred-symbolic")
.tooltip_text("Toggle bookmark") .tooltip_text("Bookmark")
.sensitive(false) .sensitive(false)
.build(), .build(),
} }