420 - invalid option in `format' in ScriptEnv.lua line 44
What steps will reproduce the problem?
1. Just logging on with Pitbull enabled led to the error here
What version of the product are you using?
Pitbull4 r20090604044858
Locale deDE
Do you have an error log of what happened?
Date: 2009-06-04 21:46:15
ID: 1
Error occured in: Global
Count: 1
Message: ...rface\AddOns\PitBull4\Modules\LuaTexts\ScriptEnv.lua line 44:
invalid option in `format'
Debug:
[C]: ?
[C]: format()
...rface\AddOns\PitBull4\Modules\LuaTexts\ScriptEnv.lua:44 in main chunk
Please provide any additional information below.
Important additional info: my locale, deDE.
Line 44 of 'ScriptEnv.lua' is:
local UnitToLocale = {player = L["Player"], target = L["Target"], pet = L["%s's pet"]:format(L["Player"]), focus = L["Focus-target"], mouseover = L["Mouse-over"]}
The problem lies in the section 'pet = L["%s's pet"]:format(L["Player"])' .
A clean 'pet = L["Player's pet"]' would be enough here, since this term already exists in the localization files.
cu
tay
Facts
- Last updated on
- 05 Jun 2009
- Reported on
- 04 Jun 2009
- Status
- Fixed - Developer made requested changes. QA should verify.
- Type
- Defect - A shortcoming, fault, or imperfection
- Priority
- Medium - Normal priority.