From a5efea56ab0b563fb339ece5868ef9a382a214a2 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Mon, 11 Feb 2019 12:28:36 +0300 Subject: [PATCH] Change description of export options a little --- service/port/eft.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/service/port/eft.py b/service/port/eft.py index 1cc262e78..b1e24c74b 100644 --- a/service/port/eft.py +++ b/service/port/eft.py @@ -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' } }