diff 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
line wrap: on
line diff
--- 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,