Add english strings to translations as stubs, also translation notice

This commit is contained in:
Sergeanur
2021-02-12 08:14:10 +02:00
parent 9e22eaf798
commit c5042dcdf6
12 changed files with 457 additions and 22 deletions

View File

@ -1307,7 +1307,7 @@ cMusicManager::DisplayRadioStationName()
case RADIO_OFF: {
extern wchar WideErrorString[];
string = TheText.Get("FEA_FMN");
string = TheText.Get("FEA_NON");
if (string == WideErrorString) {
pCurrentStation = nil;
return;