Quantcast

Cleaned up the toc and the documentation part of the arl interface options

mike [07-26-10 - 02:08]
Cleaned up the toc and the documentation part of the arl interface options
Filename
AckisRecipeList.toc
Config.lua
Locales/devel-enUS.lua
diff --git a/AckisRecipeList.toc b/AckisRecipeList.toc
index 8be12bc..8986273 100644
--- a/AckisRecipeList.toc
+++ b/AckisRecipeList.toc
@@ -28,9 +28,8 @@
 ## Notes: Latest alpha version of Ackis Recipe List
 #@end-debug@

-## Author: Ackis, Zhinjio, Jim-Bim, Torhal, Pompachomp
-## eMail: ackis AT shaw DOT ca
-## X-Donate: http://www.wowace.com/addons/arl/#w-donations
+## Author: Torhal, Pompachomp, Ackis, Zhinjio, Jim-Bim
+## X-Donate: http://www.wowace.com/addons/arl/pages/donations/

 ## Interface: 30300
 ## Version: @project-version@
diff --git a/Config.lua b/Config.lua
index 6529614..9f67c00 100644
--- a/Config.lua
+++ b/Config.lua
@@ -198,7 +198,6 @@ local function GetMapOptions()
 			order	= 1,
 			type	= "group",
 			name	= L["Waypoints"],
-			desc	= L["MAP_OPTIONS_DESC"],
 			args	= {
 				map_desc =	{
 					order	= 1,
@@ -329,7 +328,6 @@ local function GetDatamineOptions()
 			order	= 1,
 			type	= "group",
 			name	= L["Datamine Options"],
-			desc	= L["DATAMINE_OPTIONS_DESC"],
 			args = {
 				datamine_desc =	{
 					order	= 1,
@@ -465,75 +463,64 @@ local function GetDocumentation()
 			order = 1,
 			type = "group",
 			name = L["Documentation"],
-			desc = L["ARL_DOC_DESC"],
 			args = {
-				header1 = {
-					order	= 1,
-					type	= "header",
-					name	= L["ARL Documentation"],
-				},
-				desc1 = {
-					order	= 2,
-					type	= "description",
-					name	= L["ARL_DOC_DESC"],
-				},
 				header2 = {
-					order	= 3,
+					order	= 1,
 					type	= "header",
 					name	= L["Using Filters"],
 				},
 				desc2 = {
-					order	= 4,
+					order	= 2,
 					type	= "description",
 					name	= L["USING_FILTERS_DESC"],
 				},
 				header3 = {
-					order	= 5,
+					order	= 3,
 					type	= "header",
 					name	= L["Common Issues"],
 				},
 				desc3 = {
-					order	= 6,
+					order	= 4,
 					type	= "description",
 					name	= L["COMMON_ISSUES_DESC"],
 				},
 				header4 = {
-					order	= 7,
+					order	= 5,
 					type	= "header",
 					name	= L["Reporting Bugs"],
 				},
 				desc4 = {
-					order	= 8,
+					order	= 6,
 					type	= "description",
 					name	= L["REPORTING_BUGS_DESC"],
 				},
 				header5 = {
-					order	= 9,
+					order	= 7,
 					type	= "header",
 					name	= L["Exclusion Issues"],
 				},
 				desc5 = {
-					order	= 10,
+					order	= 8,
 					type	= "description",
 					name	= L["EXCLUSION_ISSUES_DESC"],
 				},
 				header6 = {
-					order	= 11,
+					order	= 9,
 					type	= "header",
 					name	= L["Map Issues"],
 				},
 				desc6 = {
-					order	= 12,
+					order	= 10,
 					type	= "description",
 					name	= L["MAP_ISSUES_DESC"],
 				},
 				header7 = {
-					order	= 13,
+					order	= 11,
 					type	= "header",
 					name	= L["Game Commands"],
 				},
 				desc7 = {
-					order	= 14,
+					order	= 12,
 					type	= "description",
 					name	= L["GAME_COMMANDS_DESC"],
 				},
diff --git a/Locales/devel-enUS.lua b/Locales/devel-enUS.lua
index 5ea92e7..ae28310 100644
--- a/Locales/devel-enUS.lua
+++ b/Locales/devel-enUS.lua
@@ -38,7 +38,6 @@ L["Sorting Options"]		= true
 L["Profile Options"]		= true
 L["Tooltip Options"]		= true
 L["Waypoints"]			= true
-L["ARL Documentation"]		= true
 L["Documentation"]		= true

 -------------------------------------------------------------------------------
@@ -59,7 +58,6 @@ L["CLEAR_EXCLUSION_LIST_DESC"]	= "Removes all recipes from the exclusion list."
 L["MAINFILTER_OPTIONS_DESC"]	= "Allows you to specify how ARL handles different filters."
 L["DISPLAY_OPTIONS_DESC"]	= "Allows you to customize how the GUI behaves."
 L["SORTING_OPTIONS_DESC"]	= "Allows you to customize the way displayed recipes are sorted."
-L["ARL_DOC_DESC"]		= "Documentation for Ackis Recipe List"
 L["Text Dump Options"] = true
 L["TEXTDUMP_OPTIONS_DESC"] = "Options to change the behaviour of the text dump."
 L["TEXT_DUMP_DESC"] = "Change how the text dump text appears."