From 57e1e22fea76c669ce7be386d524c050bdef94bd Mon Sep 17 00:00:00 2001 From: cim Date: Sun, 11 Jan 2015 12:32:12 +0000 Subject: [PATCH] Fix cargo rotation message --- src/Core/Entities/PlayerEntity.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/Entities/PlayerEntity.m b/src/Core/Entities/PlayerEntity.m index 0e80ac94..7b48dfe7 100644 --- a/src/Core/Entities/PlayerEntity.m +++ b/src/Core/Entities/PlayerEntity.m @@ -6189,7 +6189,7 @@ NSComparisonResult marketSorterByMassUnit(id a, id b, void *market); [pod release]; NSString *commodity = [UNIVERSE displayNameForCommodity:contents]; - [UNIVERSE addMessage:OOExpandKey(@"commodity-ready-to-eject", commodity) forCount:3.0]; + [UNIVERSE addMessage:OOExpandKey(@"ready-to-eject-commodity", commodity) forCount:3.0]; // now scan through the remaining 1..(n_cargo - rotates) places moving similar cargo to the last place // this means the cargo gets to be sorted as it is rotated through