diff --git a/ags/widget/bar/Apps.ts b/ags/widget/bar/Apps.ts index c182c45..e80a83b 100644 --- a/ags/widget/bar/Apps.ts +++ b/ags/widget/bar/Apps.ts @@ -10,7 +10,7 @@ export function Apps(): Gtk.Widget { Object.hasOwn(openWindows, "apps-window") ? "apps open" : "apps"), child: new Widget.Box({ child: new Widget.Icon({ - tooltipText: tr("bar.apps.tooltip"), + tooltipText: tr("apps"), icon: "applications-other-symbolic", halign: Gtk.Align.CENTER, hexpand: true