mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
[UI] Remove browse toolbar button and tweak empty gamelist message
Removed some related functions
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user