general: Rename "application" to "app"

Several places in Shell use the word "application". However,"app"
is a more common term nowadays, so update strings accordingly.

https://gitlab.gnome.org/Teams/Design/initiatives/-/issues/123
https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/6202

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2614>
This commit is contained in:
sunflowerskater
2022-12-16 18:33:10 -03:00
committed by Marge Bot
parent e8c6cc3761
commit 2d00320a4b
14 changed files with 34 additions and 32 deletions

View File

@@ -202,7 +202,7 @@ class ShowAppsIcon extends DashItemContainer {
toggle_mode: true,
});
this._iconActor = null;
this.icon = new IconGrid.BaseIcon(_('Show Applications'), {
this.icon = new IconGrid.BaseIcon(_('Show Apps'), {
setSizeManually: true,
showLabel: false,
createIcon: this._createIcon.bind(this),
@@ -248,7 +248,7 @@ class ShowAppsIcon extends DashItemContainer {
if (canRemove)
this.setLabelText(_('Unpin'));
else
this.setLabelText(_("Show Applications"));
this.setLabelText(_('Show Apps'));
}
handleDragOver(source, _actor, _x, _y, _time) {