extensionDownloader: Adapt install dialog to new design

https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/962
This commit is contained in:
Jonas Dreßler
2020-01-27 21:51:00 +01:00
committed by Florian Müllner
parent 5e08c80857
commit 6c1cd1d8be
2 changed files with 2 additions and 6 deletions

View File

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