Merge pull request #3801 from Helios747/the_30_minute_blocker_fix

[UI] Remove browse toolbar button and tweak empty gamelist message
This commit is contained in:
Mat M
2016-05-08 17:24:40 -04:00
5 changed files with 1 additions and 19 deletions

View File

@ -330,7 +330,7 @@ void CGameListCtrl::Update()
}
else
{
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 set a games directory...");
}
InsertColumn(0, "");
long index = InsertItem(0, errorString);