Quantcast

Oops, forgot those files

ckaotik [02-10-10 - 22:30]
Oops, forgot those files
Filename
deDE.lua
enUS.lua
options.lua
diff --git a/deDE.lua b/deDE.lua
index 3f7430c..4082ef8 100644
--- a/deDE.lua
+++ b/deDE.lua
@@ -115,6 +115,10 @@ BrokerGarbage.locale = {
 	LONAutoSellMinusTT = "Wähle Items, die du entfernen willst. Dann klicke hier.",
 	LONAutoSellPromoteTT = "Klicke, um alle markierten Items in die globale Verkaufsliste zu übernehmen.",
 	LONAutoSellEmptyTT = "Klicke, um die lokale Verkaufsliste völlig zu leeren.\n|cffff0000Achtung!",
+
+	-- LibPeriodicTable texts
+	PTCategoryTooltipHeader = "Kategorien hinzufügen",
+	PTCategoryTooltipText = "Füge Kategorien hinzu, indem du auf die entsprechenden Einträge clickst."
 }

 end
\ No newline at end of file
diff --git a/enUS.lua b/enUS.lua
index c9fa4b1..d0035e7 100644
--- a/enUS.lua
+++ b/enUS.lua
@@ -115,5 +115,9 @@ BrokerGarbage.locale = {
 	LONAutoSellMinusTT = "Select items you want to remove, then click here.",
 	LONAutoSellPromoteTT = "Selected items will be written onto your global Sell List, as seen by every character.",
 	LONAutoSellEmptyTT = "Click to fully empty your local Sell List.\n|cffff0000Caution!",
+
+	-- LibPeriodicTable texts
+	PTCategoryTooltipHeader = "Add Categories",
+	PTCategoryTooltipText = "Navigate through this menu and add any of these categories by clicking on them."
 }

diff --git a/options.lua b/options.lua
index 6c29ee2..21e7f1f 100644
--- a/options.lua
+++ b/options.lua
@@ -621,8 +621,8 @@ local function ShowOptions(frame)
 				info.notCheckable = true;
 				info.text = "Categories";
 				info.isTitle = true;
-				info.tooltipTitle = "Add Categories"
-				info.tooltipText = "Navigate through this menu and add any of these categories by clicking on them."
+				info.tooltipTitle = BrokerGarbage.locale.PTCategoryTooltipHeader
+				info.tooltipText = BrokerGarbage.locale.PTCategoryTooltipText
 				UIDropDownMenu_AddButton(info, level);

 				for key, subarray in pairs(BrokerGarbage.PTSets) do