mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-21 11:27:38 +03:00
Correct 'compoun' to 'compound' in 'Release Notes' URL code
This commit is contained in:
parent
66a63597f1
commit
cba673ae12
@ -737,7 +737,7 @@ class AppWindow(object):
|
||||
row += 1
|
||||
self.appversion_label = tk.Label(frame, text=appversion)
|
||||
self.appversion_label.grid(row=row, column=0, sticky=tk.E)
|
||||
self.appversion = HyperlinkLabel(frame, compoun=tk.RIGHT, text=_('Release Notes'),
|
||||
self.appversion = HyperlinkLabel(frame, compound=tk.RIGHT, text=_('Release Notes'),
|
||||
url='https://github.com/EDCD/EDMarketConnector/releases/tag/Release/{VERSION}'.format(
|
||||
VERSION=appversion_nobuild),
|
||||
underline=True)
|
||||
|
Loading…
x
Reference in New Issue
Block a user