mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 22:29:21 +00:00
Merge pull request #859 from comex/doubleclick
Improve wording of a particularly atrocious message.
This commit is contained in:
commit
b458d1a367
1 changed files with 3 additions and 3 deletions
|
@ -367,13 +367,13 @@ void CGameListCtrl::Update()
|
||||||
SConfig::GetInstance().m_ListUsa &&
|
SConfig::GetInstance().m_ListUsa &&
|
||||||
SConfig::GetInstance().m_ListPal))
|
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
|
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);
|
long index = InsertItem(0, errorString);
|
||||||
SetItemFont(index, *wxITALIC_FONT);
|
SetItemFont(index, *wxITALIC_FONT);
|
||||||
SetColumnWidth(0, wxLIST_AUTOSIZE);
|
SetColumnWidth(0, wxLIST_AUTOSIZE);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue