Quantcast

Fixed the localization of the tooltip on the Show Differences check button

Kevin Lyles [09-01-10 - 08:10]
Fixed the localization of the tooltip on the Show Differences check button
Filename
config.xml
diff --git a/config.xml b/config.xml
index 19b826f..a6d2ead 100644
--- a/config.xml
+++ b/config.xml
@@ -681,7 +681,7 @@
 							</OnClick>
 							<OnLoad>
 								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"])
 							</OnLoad>
 						</Scripts>