From f28d48962f006eeeaa384bd114dff674d712bba6 Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 22 Nov 2018 10:49:38 +0100 Subject: [PATCH 1/4] Fix typo sleceted > selected --- scripts/mbusb_gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mbusb_gui.py b/scripts/mbusb_gui.py index 733eb47..c03778b 100644 --- a/scripts/mbusb_gui.py +++ b/scripts/mbusb_gui.py @@ -702,7 +702,7 @@ class AppGui(qemu.Qemu, Imager, QtWidgets.QMainWindow, Ui_MainWindow): return False msg = ''' -The ISO sleceted is not supported at the moment. +The ISO selected is not supported at the moment. You can try booting ISO using memdisk. Distro can be uninstalled anytime from main menu. From d92f2f58e92eada506e2508466d12789ceef5497 Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 22 Nov 2018 11:31:37 +0100 Subject: [PATCH 2/4] Fix typo log used 'a' in both MBR and GPT, but it should be 'an MBR' --- scripts/usb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/usb.py b/scripts/usb.py index 6121f0e..4469dd9 100644 --- a/scripts/usb.py +++ b/scripts/usb.py @@ -386,7 +386,7 @@ def gpt_device(dev_name): """ is_gpt = osdriver.gpt_device(dev_name) config.usb_gpt = is_gpt - gen.log('Device %s is a %s disk.' % (dev_name, is_gpt and 'GPT' or 'MBR')) + gen.log('Device %s is %s disk.' % (dev_name, is_gpt and 'a GPT' or 'an MBR')) def unmount(usb_disk): From 093cbde253cb1cf6a6fae88cffb925a3a6f58968 Mon Sep 17 00:00:00 2001 From: Martin Date: Sun, 2 Dec 2018 18:38:53 +0100 Subject: [PATCH 3/4] Fix typo tis > this --- scripts/gui/ui_multibootusb.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gui/ui_multibootusb.py b/scripts/gui/ui_multibootusb.py index 419eeb0..f51dc1e 100644 --- a/scripts/gui/ui_multibootusb.py +++ b/scripts/gui/ui_multibootusb.py @@ -518,7 +518,7 @@ class Ui_MainWindow(object): "


\n" "

Use this function to check filesystem consistency

\n" "

and repair. Please take a backup before attempting

\n" -"

to use tis function. Users will be presented with

\n" +"

to use this function. Users will be presented with

\n" "

two message dialogs as repair is currently

\n" "

performed in two steps.

\n" "


")) From 5cded85bf4d04df65bb9e3a9c386f8b1e1eb0c25 Mon Sep 17 00:00:00 2001 From: Martin Date: Sun, 2 Dec 2018 18:39:17 +0100 Subject: [PATCH 4/4] Fix typo tis > this --- scripts/gui/multibootusb.ui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gui/multibootusb.ui b/scripts/gui/multibootusb.ui index 56e67f9..92d3fa2 100644 --- a/scripts/gui/multibootusb.ui +++ b/scripts/gui/multibootusb.ui @@ -949,7 +949,7 @@ p, li { white-space: pre-wrap; } <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Use this function to check filesystem consistency</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">and repair. Please take a backup before attempting</p> -<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to use tis function. Users will be presented with</p> +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">to use this function. Users will be presented with</p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">two message dialogs as repair is currently </p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">performed in two steps.</p> <p align="justify" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html>