@@ -1,5 +1,6 @@
### 2.7.0
* Additional installation instructions for standalone installation
+ * Fixed a bug with NGUI that caused those texts not to be translated
### 2.6.0
* Fix for current issue with gtrans (23.07.2018)
@@ -32,7 +32,7 @@ namespace XUnity.AutoTranslator.Plugin.Core.Hooks.NGUI
public static void Postfix( object __instance )
{
- AutoTranslationPlugin.Current.Hook_TextChanged( __instance );
+ AutoTranslationPlugin.Current.Hook_TextInitialized( __instance );
}