@@ -235,6 +235,7 @@ class Abstract_Wallet(PrintError):
|
|||||||
changed = False
|
changed = False
|
||||||
old_text = self.labels.get(name)
|
old_text = self.labels.get(name)
|
||||||
if text:
|
if text:
|
||||||
|
text = text.replace("\n", " ")
|
||||||
if old_text != text:
|
if old_text != text:
|
||||||
self.labels[name] = text
|
self.labels[name] = text
|
||||||
changed = True
|
changed = True
|
||||||
|
|||||||
Reference in New Issue
Block a user