Merge pull request #1442 from lioncash/wx

CheatSearchTab: Improve localization possibilities for a string
This commit is contained in:
skidau 2014-11-01 12:26:08 +11:00
commit 86c100c442
1 changed files with 1 additions and 1 deletions

View File

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