mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-30 15:32:47 +00:00
CheatSearchTab: Improve localization possibilities for a string
Numbers might not always be right-aligned for every language.
This commit is contained in:
parent
67452c53f1
commit
0216a4c5fe
@ -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