changeset 7:baf66f6dd093

Slight tooltip reword. Also, drycoding FAAAAIIILLL.
author Farmbuyer of US-Kilrogg <farmbuyer@gmail.com>
date Fri, 18 Feb 2011 10:12:48 +0000
parents dffc0e7049ad
children 215f95b5edc3
files gd.lua
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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["<Advanced>  If blank, uses the numerical slider.  If set, it is the NAME of a frame with AddMessage capability to use for output."],
+					desc = L["<Advanced>  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