1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-07 02:43:22 +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.filedialog
import tkinter.font import tkinter.font
import tkinter.messagebox import tkinter.messagebox
from tkinter import ttk from tkinter import Toplevel, ttk
import commodity import commodity
import companion import companion
@ -1447,7 +1447,7 @@ def show_killswitch_poppup(root=None):
return return
text = ( 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" "Please update EDMC as soon as possible to resolve any issues.\n"
) )