mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 22:09:19 -07:00
Merge pull request #859 from comex/doubleclick
Improve wording of a particularly atrocious message.
This commit is contained in:
commit
b458d1a367
@ -367,13 +367,13 @@ void CGameListCtrl::Update()
|
||||
SConfig::GetInstance().m_ListUsa &&
|
||||
SConfig::GetInstance().m_ListPal))
|
||||
{
|
||||
errorString = _("Dolphin could not find any GC/Wii ISOs. Doubleclick 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. Doubleclick here to show all games...");
|
||||
errorString = _("Dolphin is currently set to hide all games. Double-click here to show all games...");
|
||||
}
|
||||
InsertColumn(0, _("No ISOs or WADS found"));
|
||||
InsertColumn(0, "");
|
||||
long index = InsertItem(0, errorString);
|
||||
SetItemFont(index, *wxITALIC_FONT);
|
||||
SetColumnWidth(0, wxLIST_AUTOSIZE);
|
||||
|
Loading…
Reference in New Issue
Block a user