Merge pull request #1215 from lioncash/spacing

DolphinWX: Fix double-spacing in some UI strings
This commit is contained in:
Lioncash
2014-10-05 21:22:17 -04:00
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);