Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 

ESOUI » Developer Discussions » General Authoring Discussion » SI Strings


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off