mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
dash: Use pin instead of favorites
Use the term 'pin' for adding new items to the dash Note that this is only a string change. Fixes https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/4976 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2136>
This commit is contained in:
parent
f094b6ddd6
commit
a67877f520
3 changed files with 5 additions and 5 deletions
|
|
@ -160,8 +160,8 @@ var AppMenu = class AppMenu extends PopupMenu.PopupMenu {
|
|||
|
||||
const { id } = this._app;
|
||||
this._toggleFavoriteItem.label.text = this._appFavorites.isFavorite(id)
|
||||
? _('Remove from Favorites')
|
||||
: _('Add to Favorites');
|
||||
? _('Unpin')
|
||||
: _('Pin to Dash');
|
||||
}
|
||||
|
||||
_updateGpuItem() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue