Skip to content

Commit df5e9df

Browse files
committed
Replaced region names with the localized version (e.g. BiggestCrater -> Rayed Crater)
1 parent fb44e50 commit df5e9df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MicroEngineerProject/MicroEngineer/Entries/SurfaceEntries.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ public override string ValueDisplay
258258
if (EntryValue == null)
259259
return "-";
260260

261-
return Utility.ScienceRegionToString(EntryValue.ToString(), Utility.Body);
261+
return ScienceRegionsHelper.GetRegionDisplayName(EntryValue.ToString());
262262
}
263263
}
264264
}

0 commit comments

Comments
 (0)