mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-17 17:42:20 +03:00
Plugins "Not Python 3.x": Hacky escaping fix so translations work
This commit is contained in:
parent
bd7a3eca04
commit
98b6d4db38
@ -1069,6 +1069,7 @@ if __name__ == "__main__":
|
||||
# And now we do need these to be actual \r\n
|
||||
popup_text = popup_text.replace('\\n', '\n')
|
||||
popup_text = popup_text.replace('\\r', '\r')
|
||||
|
||||
tk.messagebox.showinfo(
|
||||
_('EDMC: Plugins Without Python 3.x Support'),
|
||||
popup_text
|
||||
|
Loading…
x
Reference in New Issue
Block a user