Mercurial > wow > reaction
comparison Editor.lua @ 256:5ab04f393b0b
Fix reference to recently changed localized string
author | Flick |
---|---|
date | Mon, 04 Apr 2011 13:04:11 -0700 |
parents | d7a7ef367faf |
children | c918ff9ac787 |
comparison
equal
deleted
inserted
replaced
255:47a193207703 | 256:5ab04f393b0b |
---|---|
1013 pattern = "^%w*$", | 1013 pattern = "^%w*$", |
1014 usage = L["State names must be alphanumeric without spaces"], | 1014 usage = L["State names must be alphanumeric without spaces"], |
1015 }, | 1015 }, |
1016 ordering = { | 1016 ordering = { |
1017 name = L["Evaluation Order"], | 1017 name = L["Evaluation Order"], |
1018 desc = L["State transitions are evaluated in the order listed:\nMove a state up or down to change the order"], | 1018 desc = L["State transitions are evaluated in the order listed: Move a state up or down to change the order"], |
1019 order = 2, | 1019 order = 2, |
1020 type = "group", | 1020 type = "group", |
1021 inline = true, | 1021 inline = true, |
1022 args = { | 1022 args = { |
1023 up = { | 1023 up = { |