mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Merge pull request #1215 from lioncash/spacing
DolphinWX: Fix double-spacing in some UI strings
This commit is contained in:
@ -367,11 +367,11 @@ void CGameListCtrl::Update()
|
||||
SConfig::GetInstance().m_ListUsa &&
|
||||
SConfig::GetInstance().m_ListPal))
|
||||
{
|
||||
errorString = _("Dolphin could not find any GameCube/Wii ISOs or WADs. Double-click here to browse for files...");
|
||||
errorString = _("Dolphin could not find any GameCube/Wii ISOs or WADs. Double-click here to browse for files...");
|
||||
}
|
||||
else
|
||||
{
|
||||
errorString = _("Dolphin is currently set to hide all games. Double-click here to show all games...");
|
||||
errorString = _("Dolphin is currently set to hide all games. Double-click here to show all games...");
|
||||
}
|
||||
InsertColumn(0, "");
|
||||
long index = InsertItem(0, errorString);
|
||||
|
Reference in New Issue
Block a user