From 1c05a646226b033acf00cba1c37480b5e19c1ea5 Mon Sep 17 00:00:00 2001 From: Alessandro Bono Date: Sun, 15 Jan 2023 14:38:57 +0100 Subject: [PATCH] dash: Update comment The dash is at the bottom of the overview now. Part-of: --- js/ui/dash.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ui/dash.js b/js/ui/dash.js index 98ec159cb..ca598ae76 100644 --- a/js/ui/dash.js +++ b/js/ui/dash.js @@ -406,7 +406,7 @@ export const Dash = GObject.registerClass({ this._onWindowDragEnd.bind(this)); // Translators: this is the name of the dock/favorites area on - // the left of the overview + // the bottom of the overview Main.ctrlAltTabManager.addGroup(this, _('Dash'), 'user-bookmarks-symbolic'); }