mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Add a period (#7493)
This commit is contained in:
@@ -84,7 +84,7 @@ function FileSearcher:close()
|
||||
else
|
||||
UIManager:show(
|
||||
InfoMessage:new{
|
||||
text = BaseUtil.template(_("No results for '%1'"),
|
||||
text = BaseUtil.template(_("No results for '%1'."),
|
||||
self.search_value)
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user