mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-03 13:31:18 +12:00
Additional localization fixes (#966)
This commit is contained in:
parent
c66ab0c51a
commit
96800c6f97
16 changed files with 68 additions and 123 deletions
|
@ -472,9 +472,7 @@ bool MemorySearcherTool::VerifySearchValue() const
|
|||
|
||||
void MemorySearcherTool::FillResultList()
|
||||
{
|
||||
//char text[128];
|
||||
//sprintf(text, "Results (%u)", (uint32)m_searchBuffer.size());
|
||||
auto text = wxStringFormat(_("Results ({0})"), L"%llu", m_searchBuffer.size());
|
||||
auto text = formatWxString(_("Results ({0})"), m_searchBuffer.size());
|
||||
m_textEntryTable->SetLabelText(text);
|
||||
|
||||
m_listResults->DeleteAllItems();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue