View Issue Details

IDProjectCategoryLast Update
0025680AI War 2Bug - OtherOct 25, 2021 10:45 pm
Reportertom.prince Assigned Totom.prince  
Severitytrivial 
Status resolvedResolutionfixed 
Product VersionBeta 3.712 Loading Hotfix 
Fixed in VersionBeta 3.740 Code Panopticon 
Summary0025680: Typo in map descriptions.
DescriptionI noticed a could of typos in the Swirl and Bubbles map type description/option tooltips.
TagsNo tags attached.

Activities

tom.prince

Oct 23, 2021 1:51 am

developer  

maptype-typo.patch (1,788 bytes)   
# HG changeset patch
# User Tom Prince <[email protected]>
# Date 1634837957 21600
#      Thu Oct 21 11:39:17 2021 -0600
# Node ID 2f4d59e0dde658aa5498fb8b9de9a4537cb5f135
# Parent  43519c3e7b9d1cda580617f68d773470a9c51fdf
Fix some map description typos for Swirl and Bubbles.

diff --git GameData/Configuration/MapType/Draco_MapTypes.xml GameData/Configuration/MapType/Draco_MapTypes.xml
--- GameData/Configuration/MapType/Draco_MapTypes.xml
+++ GameData/Configuration/MapType/Draco_MapTypes.xml
@@ -23,7 +23,7 @@
 	</map_type>
 	<map_type name="D18Swirl"
               display_name="Swirl"
-              description="Planets are arranged in concentric elipsoid rings with connections based on proximity. Similar to Concentric."
+              description="Planets are arranged in concentric ellipsoid rings with connections based on proximity. Similar to Concentric."
               dll_name="AIWarExternalDeepProcessingCode"
               type_name="Arcen.AIW2.External.Mapgen_D18_Ellipses"
               author_line="Credit to Draco18s"
@@ -41,7 +41,7 @@
               max_planets="300"
 	>
     <map_option name="PlanetsPerBubble" display_name="Planets Per Bubble"
-      description="How many planets go into each bubble?  This number also then determines how many bubles there are." default_id="7">
+      description="How many planets go into each bubble?  This number also then determines how many bubbles there are." default_id="7">
       <choice_value id="0" display_name="Three" description="Three planets per bubble." related_int_value="3" />
       <choice_value id="1" display_name="Four" description="Four planets per bubble." related_int_value="4" />
       <choice_value id="2" display_name="Five" description="Five planets per bubble." related_int_value="5" />
maptype-typo.patch (1,788 bytes)   

Issue History

Date Modified Username Field Change
Oct 23, 2021 1:51 am tom.prince New Issue
Oct 23, 2021 1:51 am tom.prince File Added: maptype-typo.patch
Oct 25, 2021 10:43 pm tom.prince Assigned To => tom.prince
Oct 25, 2021 10:43 pm tom.prince Status new => assigned
Oct 25, 2021 10:45 pm tom.prince Status assigned => resolved
Oct 25, 2021 10:45 pm tom.prince Resolution open => fixed
Oct 25, 2021 10:45 pm tom.prince Fixed in Version => Beta 3.740 Code Panopticon