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:
parent
b694bdc965
commit
37a6b13d08
@ -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"
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user