mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
autorun-manager: Use app names rather than full names
https://bugzilla.gnome.org/show_bug.cgi?id=665461
This commit is contained in:
parent
6eb168bc68
commit
85e243982b
1 changed files with 1 additions and 1 deletions
|
|
@ -557,7 +557,7 @@ const AutorunTransientNotification = new Lang.Class({
|
|||
|
||||
let label = new St.Bin({ y_align: St.Align.MIDDLE,
|
||||
child: new St.Label
|
||||
({ text: _("Open with %s").format(app.get_display_name()) })
|
||||
({ text: _("Open with %s").format(app.get_name()) })
|
||||
});
|
||||
box.add(label);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue