1
0
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:
Athanasius 2020-12-15 14:49:22 +00:00
parent 3057551bff
commit d903d80410
2 changed files with 4 additions and 1 deletions

View File

@ -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...')

View File

@ -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";