move "NEW!" to strings

This commit is contained in:
AJ Kelly
2011-08-16 11:32:59 -05:00
parent 52d7f6c68b
commit a9996bffa7
2 changed files with 2 additions and 1 deletions
@@ -1,3 +1,3 @@
return LoadFont("Common Normal") .. {
Text="NEW!";
Text=THEME:GetString("ScreenSelectMusic","NEW!");
};