[fix] statistics: typo (#3252)

pull/3254/head
Frans de Jonge 7 years ago committed by GitHub
parent 36478262bf
commit 8f3a5353e5

@ -204,9 +204,9 @@ Do you want to create an empty database?
if #ReadHistory.hist > 0 then if #ReadHistory.hist > 0 then
local info = InfoMessage:new{ local info = InfoMessage:new{
text =_([[ text =_([[
New version of statistics plugin is detected. New version of statistics plugin detected.
Statistics data needs to be converted into the new database format. Statistics data needs to be converted into the new database format.
It make take a few minutes. This may take a few minutes.
Please wait Please wait
]])} ]])}
UIManager:show(info) UIManager:show(info)

Loading…
Cancel
Save