From a7842d134ca7be32267a7f1a3f1e4a6855c03bbf Mon Sep 17 00:00:00 2001 From: hius07 <62179190+hius07@users.noreply.github.com> Date: Mon, 24 Jan 2022 13:39:34 +0200 Subject: [PATCH] ja_keyboard spinwidget: no default value in description --- frontend/ui/data/keyboardlayouts/ja_keyboard.lua | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/frontend/ui/data/keyboardlayouts/ja_keyboard.lua b/frontend/ui/data/keyboardlayouts/ja_keyboard.lua index 041abc668..73e2e55ae 100644 --- a/frontend/ui/data/keyboardlayouts/ja_keyboard.lua +++ b/frontend/ui/data/keyboardlayouts/ja_keyboard.lua @@ -141,12 +141,10 @@ local function genMenuItems(self) local Screen = require("device").screen local items = SpinWidget:new{ title_text = _("Keitai tap interval"), - info_text = T(_([[ + info_text = _([[ How long to wait (in seconds) for the next tap when in keitai input mode before committing to the current character. During this window, tapping a single key will loop through candidates for the current character being input. Any other input will cause you to leave keitai mode. -If set to 0, keitai input is disabled entirely and only flick input can be used. - -Default value: %1]]), DEFAULT_KEITAI_TAP_INTERVAL), +If set to 0, keitai input is disabled entirely and only flick input can be used.]]), width = math.floor(Screen:getWidth() * 0.75), value = getKeitaiTapInterval(), value_min = 0,