mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-15 08:40:34 +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}')
|
config.set('geometry', f'+{x}+{y}')
|
||||||
|
|
||||||
# Let the user know we're shutting down.
|
# Let the user know we're shutting down.
|
||||||
self.status['text'] = 'Shutting down...'
|
self.status['text'] = _('Shutting down...')
|
||||||
self.w.update_idletasks()
|
self.w.update_idletasks()
|
||||||
logger.info('Starting shutdown procedures...')
|
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] */
|
/* Setting to decide which ship outfitting website to link to - either E:D Shipyard or Coriolis. [prefs.py] */
|
||||||
"Shipyard" = "Shipyard";
|
"Shipyard" = "Shipyard";
|
||||||
|
|
||||||
|
/* Status line text that appears when process exit sequence starts [EDMarketConnector.py] */
|
||||||
|
"Shutting down..." = "Shutting down...";
|
||||||
|
|
||||||
/* Empire rank. [stats.py] */
|
/* Empire rank. [stats.py] */
|
||||||
"Squire" = "Squire";
|
"Squire" = "Squire";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user