Mercurial > public > ostc4
diff Discovery/Src/text_multilanguage.c @ 247:3949781096d4 bm-1
feature: Relative GF to Saturation renames
Rename relevant code from Relative GF to Saturation. Involving UI elements,
variable names, translated texts (that still need to be done), etc. No
functional changes. Notice that I chose super_saturation as name, to provide
a better link to the hwOS repo. Further notice that the TXT variable name is
not changed. This is intensional, as there is also a desaturation variable,
so things might get confusing renaming the TXT variable name.
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
author | Jan Mulder <jlmulder@xs4all.nl> |
---|---|
date | Tue, 09 Apr 2019 16:30:21 +0200 |
parents | 2bb1db22b5f5 |
children | 733877ab87d9 |
line wrap: on
line diff
--- a/Discovery/Src/text_multilanguage.c Tue Apr 09 15:38:31 2019 +0200 +++ b/Discovery/Src/text_multilanguage.c Tue Apr 09 16:30:21 2019 +0200 @@ -156,11 +156,11 @@ static uint8_t text_ES_Ceiling[] = "Techo"; // dive mode -static uint8_t text_EN_ActualGradient[] = "Relative GF"; -static uint8_t text_DE_ActualGradient[] = "Relativ GF"; -static uint8_t text_FR_ActualGradient[] = "GF relatif"; -static uint8_t text_IT_ActualGradient[] = "GF relativo"; -static uint8_t text_ES_ActualGradient[] = "GF relativo"; +static uint8_t text_EN_ActualGradient[] = "Saturation"; +static uint8_t text_DE_ActualGradient[] = ""; +static uint8_t text_FR_ActualGradient[] = ""; +static uint8_t text_IT_ActualGradient[] = ""; +static uint8_t text_ES_ActualGradient[] = ""; // dive mode static uint8_t text_EN_Stopwatch[] = "Stopwatch";