fix: text

This commit is contained in:
David Lapshin 2022-09-25 23:45:31 +03:00
parent a0febef08c
commit 48002beaa8

View file

@ -5,7 +5,7 @@ template GradiencePluginRow : Adw.ActionRow {
[suffix]
Switch switch {
valign: center;
tooltip-text: _("Enable plugin");
tooltip-text: _("Toggle plugin");
state-set => on_switch_toggled();
}