Skip to content

Commit

Permalink
Update src/utils/tools.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Eduardo Dantas <[email protected]>
  • Loading branch information
elsongabriel and dudantas authored Feb 22, 2024
1 parent bcaa769 commit 93a70c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/tools.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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.";
Expand Down

0 comments on commit 93a70c4

Please sign in to comment.