Mercurial > wow > reaction
comparison locale/enUS.lua @ 45:38ee32135d86
moved locale return clause to head
author | Flick <flickerstreak@gmail.com> |
---|---|
date | Thu, 03 Apr 2008 23:18:45 +0000 |
parents | 2232b8336903 |
children | aa0b7fd68462 |
comparison
equal
deleted
inserted
replaced
44:2232b8336903 | 45:38ee32135d86 |
---|---|
1 local L = LibStub("AceLocale-3.0"):NewLocale("ReAction","enUS",true) | 1 local L = LibStub("AceLocale-3.0"):NewLocale("ReAction","enUS",true) |
2 if L then | 2 if not L then return end |
3 | 3 |
4 -- bindings.lua | 4 -- bindings.lua |
5 L["ReAction"] = true | 5 L["ReAction"] = true |
6 L["Toggle ReAction Bar Lock"] = true | 6 L["Toggle ReAction Bar Lock"] = true |
7 L["ReAction Keybinding Mode"] = true | 7 L["ReAction Keybinding Mode"] = true |
49 --L["Rename Bar"] = true | 49 --L["Rename Bar"] = true |
50 --L["Set a name for the bar"] = true | 50 --L["Set a name for the bar"] = true |
51 | 51 |
52 -- modules/ReAction_State | 52 -- modules/ReAction_State |
53 L["Dynamic Behavior"] = true | 53 L["Dynamic Behavior"] = true |
54 | |
55 end |