diff --git a/src/utils/tools.cpp b/src/utils/tools.cpp index 7003d62563b..004bfdbc87a 100644 --- a/src/utils/tools.cpp +++ b/src/utils/tools.cpp @@ -1207,7 +1207,7 @@ const char* getReturnMessage(ReturnValue value) { return "You cannot move this item into your store inbox as it was not bought in the store."; case RETURNVALUE_ITEMCANNOTBEMOVEDPOUCH: - return "This item cannot be moved there. You can only place gold, platinum and Crystal coins in your gold pouch."; + return "This item cannot be moved there. You can only place gold, platinum and crystal coins in your gold pouch."; case RETURNVALUE_ITEMCANNOTBEMOVEDTHERE: return "This item cannot be moved there.";