mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
chore: style cleanup for infomessage
This commit is contained in:
committed by
Frans de Jonge
parent
0b47c81b1a
commit
23c2955500
@@ -232,7 +232,8 @@ function ReaderDictionary:onUpdateDefaultDict(dict)
|
||||
logger.dbg("make default dictionary:", dict)
|
||||
self.default_dictionary = dict
|
||||
UIManager:show(InfoMessage:new{
|
||||
text = T(_("%1 is now the default dictionary for this document."), dict),
|
||||
text = T(_("%1 is now the default dictionary for this document."),
|
||||
dict),
|
||||
timeout = 2,
|
||||
})
|
||||
return true
|
||||
|
||||
Reference in New Issue
Block a user