diff --git a/L10n/sv-SE.strings b/L10n/sv-SE.strings index b97a8858..e539ca99 100644 --- a/L10n/sv-SE.strings +++ b/L10n/sv-SE.strings @@ -446,7 +446,7 @@ "Ships" = "Skepp"; /* Setting to decide which ship outfitting website to link to - either E:D Shipyard or Coriolis. [prefs.py] */ -"Shipyard" = "Webbsida för översikt av skepp"; +"Shipyard" = "Översikt av skepp"; /* Empire rank. [stats.py] */ "Squire" = "Squire"; diff --git a/config.py b/config.py index ad131ceb..48e0a376 100644 --- a/config.py +++ b/config.py @@ -8,7 +8,7 @@ from sys import platform appname = 'EDMarketConnector' applongname = 'E:D Market Connector' appcmdname = 'EDMC' -appversion = '3.99.1.0' +appversion = '3.99.2.0' copyright = u'© 2015-2019 Jonathan Harris, 2020 EDCD' update_feed = 'https://raw.githubusercontent.com/EDCD/EDMarketConnector/releases/edmarketconnector.xml'