DolphinWX: Fix double-spacing in some UI strings

This commit is contained in:
Lioncash
2014-10-03 13:40:39 -04:00
parent 0d768bd55e
commit 7610811f79
2 changed files with 4 additions and 4 deletions

View File

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