From 43e5e1e9deab3dcbc4f37294cc91ab8b9634d9b7 Mon Sep 17 00:00:00 2001 From: Kevin Lyles Date: Sun, 1 Aug 2010 16:52:15 -0500 Subject: [PATCH] Added titles to the weights and config dialogs --- Locales/enUS/base.lua | 2 ++ config.xml | 12 ++++++++++++ weights.xml | 12 ++++++++++++ 3 files changed, 26 insertions(+) diff --git a/Locales/enUS/base.lua b/Locales/enUS/base.lua index 92c0d16..c3d82c2 100644 --- a/Locales/enUS/base.lua +++ b/Locales/enUS/base.lua @@ -20,6 +20,7 @@ L["weights"] = "weights" L["DECIMAL_SEPARATOR"] = "." -- config.xml +L["CONFIG_TITLE"] = "WeightsWatcher Configuration" L["CALC_OPTS"] = "Calculation Options" L["USE_UE_GEMS_TT"] = "Consider gems that are Unique-Equipped" L["USE_UE_GEMS"] = "Use Unique-Equipped Gems" @@ -58,6 +59,7 @@ L["SHOW_DIFF"] = "Show differences to current gear" L["SHOW_DIFF_TT"] = "Shows the change in score compared to the currently equipped gear" -- weights.xml +L["WEIGHTS_TITLE"] = "WeightsWatcher Weight Values" L["WATCH_TT"] = "Watch this weight?" L["Save"] = "Save" L["Copy"] = "Copy" diff --git a/config.xml b/config.xml index 2768b14..19b826f 100644 --- a/config.xml +++ b/config.xml @@ -124,6 +124,17 @@ + + + + + + + + + + + @@ -685,6 +696,7 @@ + self.title:SetText(ww_localization[self.title:GetText()]) table.insert(UISpecialFrames, self:GetName()); diff --git a/weights.xml b/weights.xml index 3330834..a8ef837 100644 --- a/weights.xml +++ b/weights.xml @@ -488,6 +488,17 @@ + + + + + + + + + + + @@ -745,6 +756,7 @@ + self.title:SetText(ww_localization[self.title:GetText()]) table.insert(UISpecialFrames, self:GetName()); -- 1.7.9.5