# HG changeset patch # User Farmbuyer of US-Kilrogg # Date 1298023968 0 # Node ID baf66f6dd0936d9bf547bcea839807e66798b02a # Parent dffc0e7049ad40ceec9808cf5e68d1589c321bcf Slight tooltip reword. Also, drycoding FAAAAIIILLL. diff -r dffc0e7049ad -r baf66f6dd093 gd.lua --- a/gd.lua Fri Feb 18 09:53:40 2011 +0000 +++ b/gd.lua Fri Feb 18 10:12:48 2011 +0000 @@ -44,7 +44,7 @@ set = function(info,x,val) SV.fields[x] = val end, }, nochange = { - name = L"No Change"], + name = L["No Change"], desc = L["Print a message even when no changes are detected"], type = 'toggle', order = 15, @@ -77,7 +77,7 @@ }, clearguild = { name = L["Reset Guild"], - desc = L"Erase stored data for selected guild; information will be scanned from scratch on next login."], + desc = L["Erase stored data for selected guild; information will be scanned from scratch on next login."], type = 'execute', order = 22, disabled = function() return not guild_selection end, @@ -135,7 +135,7 @@ }, chatframe_name = { name = L["Chatframe Override"], - desc = L[" If blank, uses the numerical slider. If set, it is the NAME of a frame with AddMessage capability to use for output."], + desc = L[" If blank, uses the numerical slider. If set, it is the Lua variable name of a frame with AddMessage capability to use for output."], type = 'input', get = function() return type(SV.chatframe) == 'string' and SV.chatframe or nil