mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-13 15:57:14 +03:00
Make 'Shutting down...' text translatable.
This commit is contained in:
parent
3057551bff
commit
d903d80410
@ -1061,7 +1061,7 @@ class AppWindow(object):
|
||||
config.set('geometry', f'+{x}+{y}')
|
||||
|
||||
# Let the user know we're shutting down.
|
||||
self.status['text'] = 'Shutting down...'
|
||||
self.status['text'] = _('Shutting down...')
|
||||
self.w.update_idletasks()
|
||||
logger.info('Starting shutdown procedures...')
|
||||
|
||||
|
@ -454,6 +454,9 @@
|
||||
/* Setting to decide which ship outfitting website to link to - either E:D Shipyard or Coriolis. [prefs.py] */
|
||||
"Shipyard" = "Shipyard";
|
||||
|
||||
/* Status line text that appears when process exit sequence starts [EDMarketConnector.py] */
|
||||
"Shutting down..." = "Shutting down...";
|
||||
|
||||
/* Empire rank. [stats.py] */
|
||||
"Squire" = "Squire";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user