Fixed #608: Improved GUI documentation

This commit is contained in:
Dimitris Panokostas 2020-03-16 22:06:28 +01:00
parent 9b4712cfd7
commit f6b22bb8e2
12 changed files with 49 additions and 27 deletions

View file

@ -660,6 +660,6 @@ bool HelpPanelHD(std::vector<std::string>& helptext)
helptext.emplace_back(R"(Activate "CD drive" to emulate CD for CD32. Use "Eject" to remove current CD)");
helptext.emplace_back("and click on \"...\" to open a dialog to select the iso/cue file for CD emulation.");
helptext.emplace_back(" ");
helptext.emplace_back("In current version, WAV, MP3 and FLAC are supported for audio tracks.");
helptext.emplace_back("In the current version, WAV, MP3 and FLAC files are supported for audio tracks.");
return true;
}