View Single Post
10/27/16, 07:23 AM   #9
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
The next version of LAM (r23) has a new feature which will unify how reloading the UI in order to apply a setting will work.
This also means there are a few new texts which need translation:
Code:
RELOAD_UI_WARNING = "Changes to this setting require an UI reload in order to take effect.",
RELOAD_DIALOG_TITLE = "UI Reload required",
RELOAD_DIALOG_TEXT = "Some changes require an UI reload in order to take effect. Do you want to reload now or discard the changes?",
RELOAD_DIALOG_RELOAD_BUTTON = "Reload",
RELOAD_DIALOG_DISCARD_BUTTON = "Discard",
The RELOAD_UI_WARNING will show in the warning tooltip:


The other four show when you leave the addon settings without reloading first.


I still need translations for Japanese and Chinese.

Last edited by sirinsidiator : 10/31/16 at 03:22 AM.
  Reply With Quote