extensionDownloader: Adapt install dialog to new design
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/962
This commit is contained in:

committed by
Florian Müllner

parent
5e08c80857
commit
6c1cd1d8be
@ -197,7 +197,8 @@ class InstallExtensionDialog extends ModalDialog.ModalDialog {
|
||||
}]);
|
||||
|
||||
let content = new Dialog.MessageDialogContent({
|
||||
title: _("Download and install “%s” from extensions.gnome.org?").format(info.name),
|
||||
title: _('Install Extension'),
|
||||
description: _('Download and install “%s” from extensions.gnome.org?').format(info.name),
|
||||
});
|
||||
|
||||
this.contentLayout.add(content);
|
||||
|
Reference in New Issue
Block a user