From f7f176039f0438f28b890b72d46a1c87eaa60730 Mon Sep 17 00:00:00 2001 From: Elson Costa Date: Thu, 22 Feb 2024 18:08:16 -0300 Subject: [PATCH] Update src/utils/tools.cpp Co-authored-by: Eduardo Dantas --- src/utils/tools.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.";