mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-15 00:30:33 +03:00
[Minor] Fix docstring
This commit is contained in:
parent
7c854781dd
commit
6ffbeb8aee
@ -2260,7 +2260,7 @@ sys.path: {sys.path}'''
|
|||||||
app = AppWindow(root)
|
app = AppWindow(root)
|
||||||
|
|
||||||
def messagebox_broken_plugins():
|
def messagebox_broken_plugins():
|
||||||
"""Display message about plugins not updated for Python 3.x."""
|
"""Display message about 'broken' plugins that failed to load."""
|
||||||
if plug.PLUGINS_broken:
|
if plug.PLUGINS_broken:
|
||||||
# LANG: Popup-text about 'broken' plugins that failed to load
|
# LANG: Popup-text about 'broken' plugins that failed to load
|
||||||
popup_text = _(
|
popup_text = _(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user