mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-20 16:54:31 +03:00
Re-Add Missing LANG comment
I gotta stop doing that. Co-authored-by: Phoebe <40956085+C1701D@users.noreply.github.com>
This commit is contained in:
parent
169cfbfc56
commit
955d72ead2
@ -1742,6 +1742,7 @@ class AppWindow:
|
|||||||
if time() < self.capi_query_holdoff_time:
|
if time() < self.capi_query_holdoff_time:
|
||||||
# Update button in main window
|
# Update button in main window
|
||||||
cooldown_time = int(self.capi_query_holdoff_time - time())
|
cooldown_time = int(self.capi_query_holdoff_time - time())
|
||||||
|
# LANG: Cooldown on 'Update' button
|
||||||
self.button['text'] = self.theme_button['text'] = _('cooldown {SS}s').format(SS=cooldown_time)
|
self.button['text'] = self.theme_button['text'] = _('cooldown {SS}s').format(SS=cooldown_time)
|
||||||
self.w.after(1000, self.cooldown)
|
self.w.after(1000, self.cooldown)
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user