From ef692dbbe4ad6179ed83a21fc9e4aeff7e1a1311 Mon Sep 17 00:00:00 2001 From: Kevin Lyles Date: Wed, 1 Sep 2010 03:10:22 -0500 Subject: [PATCH] Fixed the localization of the tooltip on the Show Differences check button --- config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.xml b/config.xml index 19b826f..a6d2ead 100644 --- a/config.xml +++ b/config.xml @@ -681,7 +681,7 @@ self.shouldBeChecked = function() return ww_vars.options.tooltip.showDifferences end - self.ttText = "Shows the change in score compared to the currently equipped gear" + self.ttText = ww_localization["SHOW_DIFF_TT"] self:SetText(ww_localization["SHOW_DIFF"]) -- 1.7.9.5