diff --git a/gui/qt/installwizard.py b/gui/qt/installwizard.py index 1f857ef8..ef10508b 100644 --- a/gui/qt/installwizard.py +++ b/gui/qt/installwizard.py @@ -85,7 +85,7 @@ class InstallWizard(QDialog): def get_seed_text(self, seed_e): - text = unicode(seed_e.toPlainText()).lower().strip() + text = unicode(seed_e.toPlainText()).strip() text = ' '.join(text.split()) return text