[UI] Remove browse toolbar button and tweak empty gamelist message

Removed some related functions
This commit is contained in:
Anthony Serna
2016-04-27 18:40:39 -05:00
parent 3033096223
commit 79b902e7e5
5 changed files with 1 additions and 19 deletions

View File

@ -329,7 +329,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);