[Installer] Shorter component names so they aren't truncated

Truncated sim plugin names meant that FS2004 and FS2020
looked identical.
This commit is contained in:
Mat Sutcliffe
2021-11-29 19:56:15 +00:00
parent 45a5ce5a6a
commit 00668f1397

View File

@@ -7,7 +7,7 @@
<componentList> <componentList>
<component> <component>
<name>fs2004</name> <name>fs2004</name>
<description>MS Flight Simulator 2004</description> <description>FS9: Flight Sim 2004</description>
<canBeEdited>1</canBeEdited> <canBeEdited>1</canBeEdited>
<detailedDescription>MS Flight Simulator 2004 Simulator Plugin</detailedDescription> <detailedDescription>MS Flight Simulator 2004 Simulator Plugin</detailedDescription>
<selected>1</selected> <selected>1</selected>
@@ -38,7 +38,7 @@
</component> </component>
<component> <component>
<name>fsx</name> <name>fsx</name>
<description>MS Flight Simulator X</description> <description>FSX: Flight Sim X</description>
<canBeEdited>1</canBeEdited> <canBeEdited>1</canBeEdited>
<detailedDescription>MS Flight Simulator X Simulator Plugin <detailedDescription>MS Flight Simulator X Simulator Plugin
This plugin acts as the interface between swift and FSX.</detailedDescription> This plugin acts as the interface between swift and FSX.</detailedDescription>
@@ -73,7 +73,7 @@ This plugin acts as the interface between swift and FSX.</detailedDescription>
</component> </component>
<component> <component>
<name>msfs</name> <name>msfs</name>
<description>MS Flight Simulator 2020</description> <description>MSFS: Flight Sim 2020</description>
<canBeEdited>1</canBeEdited> <canBeEdited>1</canBeEdited>
<detailedDescription>MS Flight Simulator 2020 Simulator Plugin <detailedDescription>MS Flight Simulator 2020 Simulator Plugin
This plugin acts as the interface between swift and MSFS.</detailedDescription> This plugin acts as the interface between swift and MSFS.</detailedDescription>