🌐 ags(bar/apps): use new translation key
This commit is contained in:
@@ -10,7 +10,7 @@ export function Apps(): Gtk.Widget {
|
|||||||
Object.hasOwn(openWindows, "apps-window") ? "apps open" : "apps"),
|
Object.hasOwn(openWindows, "apps-window") ? "apps open" : "apps"),
|
||||||
child: new Widget.Box({
|
child: new Widget.Box({
|
||||||
child: new Widget.Icon({
|
child: new Widget.Icon({
|
||||||
tooltipText: tr("bar.apps.tooltip"),
|
tooltipText: tr("apps"),
|
||||||
icon: "applications-other-symbolic",
|
icon: "applications-other-symbolic",
|
||||||
halign: Gtk.Align.CENTER,
|
halign: Gtk.Align.CENTER,
|
||||||
hexpand: true
|
hexpand: true
|
||||||
|
|||||||
Reference in New Issue
Block a user