Skip to content

Commit

Permalink
Dernier détail avant 0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sylvain "Telkostrasz" Cossement committed Jun 24, 2014
1 parent 4c18b59 commit 3c5c539
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions totalRP3/trunk/modules/register/impl/register_tooltip.lua
Original file line number Diff line number Diff line change
Expand Up @@ -601,14 +601,14 @@ function TRP3_API.register.inits.tooltipInit()
},
{
inherit = "TRP3_ConfigCheck",
title = loc("CO_TOOLTIP_NOTIF"),
configKey = CONFIG_CHARACT_NOTIF,
help = loc("CO_TOOLTIP_NOTIF_TT"),
title = loc("CO_TOOLTIP_CURRENT"),
configKey = CONFIG_CHARACT_CURRENT,
},
{
inherit = "TRP3_ConfigCheck",
title = loc("CO_TOOLTIP_CURRENT"),
configKey = CONFIG_CHARACT_CURRENT,
title = loc("CO_TOOLTIP_NOTIF"),
configKey = CONFIG_CHARACT_NOTIF,
help = loc("CO_TOOLTIP_NOTIF_TT"),
},
{
inherit = "TRP3_ConfigCheck",
Expand All @@ -621,7 +621,7 @@ function TRP3_API.register.inits.tooltipInit()
title = loc("CO_TOOLTIP_CURRENT_SIZE"),
configKey = CONFIG_CHARACT_CURRENT_SIZE,
min = 40,
max = 300,
max = 200,
step = 10,
integer = true,
},
Expand Down

0 comments on commit 3c5c539

Please sign in to comment.