From 08b3bc890f7581c7361122a400b50610efb0afd8 Mon Sep 17 00:00:00 2001 From: Tnks2U Date: Tue, 29 Nov 2022 17:02:09 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=ED=95=A8=EC=88=98=20=EC=86=8D?= =?UTF-8?q?=EC=84=B1=20=EC=98=81=EB=AC=B8=20=EB=8B=A4=EA=B5=AD=EC=96=B4=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/renderer/resources/lang/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/resources/lang/en.json b/src/renderer/resources/lang/en.json index 8ea3c29a9..b44291d77 100644 --- a/src/renderer/resources/lang/en.json +++ b/src/renderer/resources/lang/en.json @@ -6559,6 +6559,7 @@ "file_save_download": "Download project", "func": "Function", "function_create": "Add function", + "function_attribute": "Attribute", "function_add": "Add function", "interface": "Interface", "landscape": "Landscape", @@ -8290,7 +8291,6 @@ "function_param_string": "Character/Number", "function_param_boolean": "Judgement", "function_create": "define function %1 %2", - "function_attribute": "Attribute", "function_create_value": "Define function %1 %2 %3 Return %4", "function_general": "function %1", "function_value": "Function",