Add a period (#7493)

reviewable/pr7379/r2
Frans de Jonge 3 years ago committed by GitHub
parent cbfcb2373d
commit 627065c354
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save