autorun-manager: Use app names rather than full names

https://bugzilla.gnome.org/show_bug.cgi?id=665461
This commit is contained in:
Florian Müllner 2011-12-03 12:56:04 +01:00
parent 6eb168bc68
commit 85e243982b

View File

@ -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);