Skip to content

Commit

Permalink
Change "Show Details" to GNOME's "App Details"
Browse files Browse the repository at this point in the history
  • Loading branch information
proninyaroslav committed Nov 1, 2023
1 parent ac7e317 commit 78db7af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appIcons.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {
ParentalControlsManager,
} from './dependencies/shell/misc.js';

import {Config} from './dependencies/shell/misc.js';
import { Config } from './dependencies/shell/misc.js';

import {
AppIconIndicators,
Expand All @@ -36,7 +36,7 @@ import {
WindowPreview,
} from './imports.js';

import {Extension} from './dependencies/shell/extensions/extension.js';
import { Extension } from './dependencies/shell/extensions/extension.js';

// Use __ () and N__() for the extension gettext domain, and reuse
// the shell domain with the default _() and N_()
Expand Down Expand Up @@ -1148,7 +1148,7 @@ const DockAppIconMenu = class DockAppIconMenu extends PopupMenu.PopupMenu {
if (Shell.AppSystem.get_default().lookup_app('org.gnome.Software.desktop') &&
(this._source instanceof DockAppIcon)) {
this._appendSeparator();
const item = this._appendMenuItem(_('Show Details'));
const item = this._appendMenuItem(_('App Details'));
item.connect('activate', () => {
const id = this._source.app.get_id();
const args = GLib.Variant.new('(ss)', [id, '']);
Expand Down

0 comments on commit 78db7af

Please sign in to comment.