1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-16 09:10:35 +03:00

Updated wording for killswitch popup

This commit is contained in:
A_D 2020-11-03 18:09:09 +02:00 committed by Athanasius
parent b694bdc965
commit 37a6b13d08

View File

@ -346,7 +346,7 @@ import tkinter as tk
import tkinter.filedialog
import tkinter.font
import tkinter.messagebox
from tkinter import ttk
from tkinter import Toplevel, ttk
import commodity
import companion
@ -1447,7 +1447,7 @@ def show_killswitch_poppup(root=None):
return
text = (
"Some EDMC Features have been disabled for known issues.\n"
"Some EDMC Features have been disabled due to known issues.\n"
"Please update EDMC as soon as possible to resolve any issues.\n"
)