Skip to content

Commit 946ae88

Browse files
committed
AceConfigDialog-3.0: Remove untranslated text "Usage:" from input boxes that define a usage field
1 parent 11545f8 commit 946ae88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

AceConfig-3.0/AceConfigDialog-3.0/AceConfigDialog-3.0.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ local LibStub = LibStub
77
local gui = LibStub("AceGUI-3.0")
88
local reg = LibStub("AceConfigRegistry-3.0")
99

10-
local MAJOR, MINOR = "AceConfigDialog-3.0", 87
10+
local MAJOR, MINOR = "AceConfigDialog-3.0", 88
1111
local AceConfigDialog, oldminor = LibStub:NewLibrary(MAJOR, MINOR)
1212

1313
if not AceConfigDialog then return end
@@ -526,7 +526,7 @@ local function OptionOnMouseOver(widget, event)
526526
tooltip:AddLine(desc, 1, 1, 1, true)
527527
end
528528
if type(usage) == "string" then
529-
tooltip:AddLine("Usage: "..usage, NORMAL_FONT_COLOR.r, NORMAL_FONT_COLOR.g, NORMAL_FONT_COLOR.b, true)
529+
tooltip:AddLine(usage, NORMAL_FONT_COLOR.r, NORMAL_FONT_COLOR.g, NORMAL_FONT_COLOR.b, true)
530530
end
531531

532532
tooltip:Show()

0 commit comments

Comments
 (0)