[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Enigma-devel] Enigma I: Document item in a level is missing the cor
From: |
Alex Smith |
Subject: |
Re: [Enigma-devel] Enigma I: Document item in a level is missing the correct text |
Date: |
Sun, 04 Oct 2015 19:18:47 +0100 |
On Sun, 2015-10-04 at 18:28 +0100, Gareth Prentice wrote:
> In the level titled "Is It Easy?" within Enigma I, the document item shows
> up as "text1" rather than "...There are more than two...", as it used to be
> in past Enigma releases.
> The required file to change is /data/levels/enigma_i/martin06_2.xml
>
> line 18 is currently:
> *ti["d"] = {"it_document", text="text1"}*
>
> It will need to be changed to:
> *ti["d"] = {"it_document", text="**...There are more than two..."}*
> to show the text up as it did previously.
That fix would not work correctly in languages other than English,
because the text would not be translated.
I suspect what's happening here is a mistake in the translation files.
--
ais523