Thread: SI Strings
View Single Post
10/03/15, 04:45 PM   #1
circonian
AddOn Author - Click to view addons
Join Date: May 2014
Posts: 613
SI Strings

This is the second time this week I have run into this. Out of curiosity does anyone know why this does not match the localizegeneratedstrings.lua ?

localizegeneratedstrings.lua
Lua Code:
  1. "[eng] Assign to Slot <<1>>", -- SI_SKILL_ABILITY_ASSIGN_TO_SLOT

Lua Code:
  1. local temp = zo_strformat(SI_SKILL_ABILITY_ASSIGN_TO_SLOT, 1)
  2. d(temp)
  3.  
  4. --output: Add to Slot 1
Why does it say "Add" instead of "Assign"

This happened to me a few days ago with another string that did not match, but I can't remember which one it was.
  Reply With Quote