Add a period (#7493)

This commit is contained in:
Frans de Jonge
2021-04-04 08:53:34 +02:00
committed by GitHub
parent cbfcb2373d
commit 627065c354

View File

@@ -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)
}
)