From 57ed6ef7419b53c5c2f388eef403903fb00049d9 Mon Sep 17 00:00:00 2001 From: volzhs Date: Wed, 8 Feb 2017 08:38:36 +0900 Subject: Translate ButtonArray text --- scene/gui/button_array.h | 1 + 1 file changed, 1 insertion(+) (limited to 'scene/gui/button_array.h') diff --git a/scene/gui/button_array.h b/scene/gui/button_array.h index 37533695c9..4865ef0373 100644 --- a/scene/gui/button_array.h +++ b/scene/gui/button_array.h @@ -50,6 +50,7 @@ private: struct Button { String text; + String xl_text; String tooltip; Ref icon; mutable int _ms_cache; -- cgit v1.2.3