Fixed text error in Restore GUI

fixes QubesOS/qubes-issues#4873
This commit is contained in:
Marta Marczykowska-Górecka 2019-03-12 12:29:44 +01:00
parent d56cee5023
commit 4388550886
No known key found for this signature in database
GPG Key ID: 9A752C30B26FD04B

View File

@ -268,7 +268,7 @@ p, li { white-space: pre-wrap; }
<item>
<widget class="QLabel" name="dom0_restored_label">
<property name="text">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;WARNING: restored dom0 files are located in ~/backup-restore-&amp;lt;timestamp&amp;gt; directory&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;WARNING: restored dom0 files are located in ~/home-restore-&amp;lt;timestamp&amp;gt; directory&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
</item>