From dd3a962340c75fd401ce36008562ad7022cccf7f Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Wed, 23 Apr 2025 20:42:10 -0300 Subject: [PATCH] :globe_with_meridians: ags(bar/apps): use new translation key --- ags/widget/bar/Apps.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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