diff --git a/src/utils/tools.cpp b/src/utils/tools.cpp index c10b27c6f40..7003d62563b 100644 --- a/src/utils/tools.cpp +++ b/src/utils/tools.cpp @@ -1204,7 +1204,7 @@ const char* getReturnMessage(ReturnValue value) { return "No error."; case RETURNVALUE_NOTBOUGHTINSTORE: - return "You cannot move this item into your Store inbox as it was not bought in the Store."; + 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.";