statistics: show current value in setting

This commit is contained in:
Qingping Hou
2016-03-05 12:59:32 -08:00
parent 5e8c5243c4
commit 7a22282dbe

View File

@@ -107,12 +107,14 @@ function ReaderStatistics:updateSettings()
{
text = "",
input_type = "number",
hint = _("Min seconds, default is 5"),
hint = _(T("Min seconds, default is 5, current value: %1",
self.page_min_read_sec)),
},
{
text = "",
input_type = "number",
hint = _("Max seconds, default is 90"),
hint = _(T("Max seconds, default is 90, current value: %1",
self.page_max_read_sec)),
},
},
buttons = {