From 6700aad2365e8c5a32c40e392edd3914605aeb03 Mon Sep 17 00:00:00 2001 From: Jafar Al-Gharaibeh Date: Thu, 7 Jul 2022 19:59:26 -0500 Subject: [PATCH] ide: change ivib push code button tooltip Signed-off-by: Jafar Al-Gharaibeh --- uni/ide/ivibtab.icn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uni/ide/ivibtab.icn b/uni/ide/ivibtab.icn index f264148b9..3836604b9 100644 --- a/uni/ide/ivibtab.icn +++ b/uni/ide/ivibtab.icn @@ -1210,7 +1210,7 @@ class IvibTab : Component( push_code_button.set_img( $include "ivib/icon/save.icon" ) - push_code_button.set_tooltip("Push_Code") + push_code_button.set_tooltip("Generate UI Code") #push_code_button.set_draw_border() tb.add_button(push_code_button)