Fix typo in MassStorageView

This commit is contained in:
David Wronek
2022-12-19 20:35:47 +01:00
parent d32788198d
commit ef6a962a01
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ DEALINGS IN THE SOFTWARE.
<LineBreak /> <LineBreak />
<LineBreak /> <LineBreak />
<Run Text="Warning 4: " Foreground="Red" FontWeight="Bold"/> <Run Text="Warning 4: " Foreground="Red" FontWeight="Bold"/>
<Run Text="Never format or delete the boot-partitions! Take special care with the DPP partition. Do not format or delete this partition, bacause there is no known method to recover the phone after that (except with special equipment to access eMMC directly)." /> <Run Text="Never format or delete the boot-partitions! Take special care with the DPP partition. Do not format or delete this partition, because there is no known method to recover the phone after that (except with special equipment to access eMMC directly)." />
<LineBreak /> <LineBreak />
<LineBreak /> <LineBreak />
<Run Text="How to reboot back to normal mode" FontWeight="Bold" Foreground="#FF3753A6" /> <Run Text="How to reboot back to normal mode" FontWeight="Bold" Foreground="#FF3753A6" />
@@ -110,7 +110,7 @@ DEALINGS IN THE SOFTWARE.
<LineBreak /> <LineBreak />
<LineBreak /> <LineBreak />
<Run Text="Warning 4: " Foreground="Red" FontWeight="Bold"/> <Run Text="Warning 4: " Foreground="Red" FontWeight="Bold"/>
<Run Text="Never format or delete the boot-partitions! Take special care with the DPP partition. Do not format or delete this partition, bacause there is no known method to recover the phone after that (except with special equipment to access eMMC directly)." /> <Run Text="Never format or delete the boot-partitions! Take special care with the DPP partition. Do not format or delete this partition, because there is no known method to recover the phone after that (except with special equipment to access eMMC directly)." />
</local:Paragraph> </local:Paragraph>
</FlowDocument> </FlowDocument>
</local:FlowDocumentScrollViewerNoMouseWheel> </local:FlowDocumentScrollViewerNoMouseWheel>