View Single Post
03/13/15, 01:31 PM   #8
Weolo
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 79
Wow I never expected it to be a combination of all those things.
I appreciate you all taking a look... interesting stuff.

I will keep the unicode replacement in mind for future things but for this problem I will keep it simple and go with the substring to rip off the last 3 characters
Lua Code:
  1. GetString(SI_SMITHING_RESEARCH_IN_PROGRESS):sub(1,-4) .. ": "
  Reply With Quote