mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 07:21:14 +01:00
Merge pull request #1442 from lioncash/wx
CheatSearchTab: Improve localization possibilities for a string
This commit is contained in:
commit
86c100c442
@ -264,7 +264,7 @@ void CheatSearchTab::UpdateCheatSearchResultsList()
|
||||
{
|
||||
m_lbox_search_results->Clear();
|
||||
|
||||
wxString count_label = _("Count:") + wxString::Format(" %lu",
|
||||
wxString count_label = wxString::Format(_("Count: %lu"),
|
||||
(unsigned long)m_search_results.size());
|
||||
if (m_search_results.size() > MAX_CHEAT_SEARCH_RESULTS_DISPLAY)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user