diff --git a/CHANGELOG.md b/CHANGELOG.md index 695457109725426f34412a08adee4e21b3fb77e6..71e3cb372f154920e2959e05cb8ce32484c14265 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -71,6 +71,7 @@ release. - Fixed findfeatures instantiation and use of projection classes to correctly return geometry data from projected images and mosaics. [#4772](https://github.com/DOI-USGS/ISIS3/issues/4772) - Fixed `cubeit` attribute error to allow attribute specification on the output cube filename [#5234](https://github.com/DOI-USGS/ISIS3/issues/5234) - Fixed `campt` to handle input band selection attribute correctly [#5234](https://github.com/DOI-USGS/ISIS3/issues/5235) +- Fixed target name translation for any dawn images with target "4 CERES" [#5294](https://github.com/DOI-USGS/ISIS3/pull/5294) ## [8.0.0] - 2023-04-19 diff --git a/isis/src/dawn/apps/dawnfc2isis/DawnFcInstrument.trn b/isis/src/dawn/apps/dawnfc2isis/DawnFcInstrument.trn index ef10e8e3d1d7e72f46a4b77d87f0ac2feb65358b..575f4bfa42dea38c136d2da7514800552ceb3fb1 100644 --- a/isis/src/dawn/apps/dawnfc2isis/DawnFcInstrument.trn +++ b/isis/src/dawn/apps/dawnfc2isis/DawnFcInstrument.trn @@ -122,6 +122,7 @@ Group = TargetName InputDefault = "N/A" OutputPosition = (Object, IsisCube, Group, Instrument) Translation = ("VESTA", "4 VESTA") + Translation = ("CERES", "1 CERES") Translation = (*, *) End_Group