Improve wording of a particularly atrocious message.

(Now without gettextize.)
This commit is contained in:
comex 2014-08-24 16:00:37 -04:00
parent 9ff7125786
commit 80da767576
1 changed files with 3 additions and 3 deletions

View File

@ -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);