Change description of export options a little

This commit is contained in:
DarkPhoenix
2019-02-11 12:28:36 +03:00
parent 1fe35f5aab
commit a5efea56ab

View File

@@ -53,12 +53,12 @@ OFFLINE_SUFFIX = '/OFFLINE'
EFT_OPTIONS = {
Options.IMPLANTS.value: {
"name": "Implants",
"description": "Exports implants"
'name': 'Implants && Boosters',
'description': 'Exports implants and boosters'
},
Options.MUTATIONS.value: {
"name": "Mutated Attributes",
"description": "Exports Abyssal stats"
'name': 'Mutated Attributes',
'description': 'Exports mutated modules\' stats'
}
}