vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 local L = AceLibrary("AceLocale-2.0"):new("FruityLoots")
2  
3 L:RegisterTranslations("enUS", function()
4 return {
5 ["Once"] = "Only position mouse cursor once",
6 }
7 end)