mirror of
https://github.com/halpz/re3.git
synced 2025-06-28 13:56:21 +00:00
Add english strings to translations as stubs, also translation notice
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user