mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-13 11:40:32 +00:00
Add english strings to translations as stubs, also translation notice
This commit is contained in:
parent
9e22eaf798
commit
c5042dcdf6
12 changed files with 457 additions and 22 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue