summaryrefslogtreecommitdiffstatshomepage
path: root/plugins
diff options
context:
space:
mode:
author cracyc <cracyc@users.noreply.github.com>2018-03-23 21:22:29 -0500
committer cracyc <cracyc@users.noreply.github.com>2018-03-23 21:22:29 -0500
commitc8f58a92e666206ea1c04da88eb94f56a2d4b86d (patch)
treed1894271ef89abb0f84eb668c5d86569fa7f690b /plugins
parent0b3880b8622ffff851758eb5287fa78475787fea (diff)
plugins/cheatfind: fix string formatting (nw)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/cheatfind/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/cheatfind/init.lua b/plugins/cheatfind/init.lua
index 9ae904115c0..bc3bc09fd2e 100644
--- a/plugins/cheatfind/init.lua
+++ b/plugins/cheatfind/init.lua
@@ -533,7 +533,7 @@ function cheatfind.startplugin()
count = count + #matches[#matches][num]
end
end
- manager:machine():popmessage(count .. _(" total matches found"))
+ manager:machine():popmessage(string.format(_("%d total matches found"), count))
matches[#matches].count = count
matchpg = 0
devsel = devcur