# HG changeset patch # User Flick # Date 1301947451 25200 # Node ID 5ab04f393b0b23469440745141dc80790d9e5d05 # Parent 47a193207703eb0a6697a9a7f93e76b6e8c4a0c0 Fix reference to recently changed localized string diff -r 47a193207703 -r 5ab04f393b0b Editor.lua --- a/Editor.lua Mon Apr 04 11:14:46 2011 -0700 +++ b/Editor.lua Mon Apr 04 13:04:11 2011 -0700 @@ -1015,7 +1015,7 @@ }, ordering = { name = L["Evaluation Order"], - desc = L["State transitions are evaluated in the order listed:\nMove a state up or down to change the order"], + desc = L["State transitions are evaluated in the order listed: Move a state up or down to change the order"], order = 2, type = "group", inline = true,