mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 16:27:13 +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:
|
||||
# Update button in main window
|
||||
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.w.after(1000, self.cooldown)
|
||||
else:
|
||||
|
Loading…
x
Reference in New Issue
Block a user