Skip to content

Commit 662d9b4

Browse files
Notify user that the extraction might take a while
1 parent 673900c commit 662d9b4

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

lib/inputstreamhelper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ def _install_widevine_cdm_arm(self):
357357

358358
downloaded = self._http_request(download=True, message=self._language(30022))
359359
if downloaded:
360+
dialog.ok(self._language(30023), self._language(30024))
360361
if not self._unzip_bin() or not self._losetup() or not self._mnt_loop_dev():
361362
self._cleanup()
362363
return False

resources/language/resource.language.en_gb/strings.po

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,11 @@ msgstr ""
100100
msgctxt "#30022"
101101
msgid "Downloading Chrome OS recovery image."
102102
msgstr ""
103+
104+
msgctxt "#30023"
105+
msgid "Download completed!"
106+
msgstr ""
107+
108+
msgctxt "#30024"
109+
msgid "The installation now needs to unzip, mount and extract [B]Widevine DRM[/B] from the recovery image.[CR][CR]This process may take up to five minutes to complete."
110+
msgstr ""

0 commit comments

Comments
 (0)