dash: Update comment

The dash is at the bottom of the overview now.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2988>
This commit is contained in:
Alessandro Bono 2023-01-15 14:38:57 +01:00 committed by Marge Bot
parent 552d2172bc
commit 1c05a64622

View File

@ -406,7 +406,7 @@ export const Dash = GObject.registerClass({
this._onWindowDragEnd.bind(this)); this._onWindowDragEnd.bind(this));
// Translators: this is the name of the dock/favorites area on // 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'); Main.ctrlAltTabManager.addGroup(this, _('Dash'), 'user-bookmarks-symbolic');
} }