mirror of
https://github.com/holub/mame
synced 2025-06-10 23:02:38 +03:00
plugins/cheatfind: fix string formatting (nw)
This commit is contained in:
parent
0b3880b862
commit
c8f58a92e6
@ -533,7 +533,7 @@ function cheatfind.startplugin()
|
|||||||
count = count + #matches[#matches][num]
|
count = count + #matches[#matches][num]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
manager:machine():popmessage(count .. _(" total matches found"))
|
manager:machine():popmessage(string.format(_("%d total matches found"), count))
|
||||||
matches[#matches].count = count
|
matches[#matches].count = count
|
||||||
matchpg = 0
|
matchpg = 0
|
||||||
devsel = devcur
|
devsel = devcur
|
||||||
|
Loading…
Reference in New Issue
Block a user