From d1aad9c128c53cff652e822b186c6bede917f42d Mon Sep 17 00:00:00 2001 From: IgorTimofeev Date: Sat, 30 Dec 2023 12:51:37 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A2=D0=90=D0=9A=20=D0=90=D0=9B=D0=9B=D0=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Applications/Pioneer.app/Main.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Applications/Pioneer.app/Main.lua b/Applications/Pioneer.app/Main.lua index 056a6ffd..edcdd00a 100644 --- a/Applications/Pioneer.app/Main.lua +++ b/Applications/Pioneer.app/Main.lua @@ -669,9 +669,9 @@ labelButton.onTouch = function() return end - local container = GUI.addBackgroundContainer(workspace, true, true, title) + local container = GUI.addBackgroundContainer(workspace, true, true, "Change tape label") - local input = container.layout:addChild(GUI.input(1, 1, 36, 3, 0xE1E1E1, 0x696969, 0x969696, 0xE1E1E1, 0x2D2D2D, invoke("getLabel") or "", "New label", false)) + local input = container.layout:addChild(GUI.input(1, 1, 36, 3, 0xE1E1E1, 0x696969, 0x969696, 0xE1E1E1, 0x2D2D2D, invoke("getLabel") or "", "The Algortithm - Superscalar", false)) input.onInputFinished = function() invoke("setLabel", input.text)