FreeCalypso > hg > fc-tourmaline
changeset 138:a2a911a1ff36
mmiBlkLangDB.c: non-ASCII char fixes
literal non-ASCII characters in strings replaced with C octal escapes
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 14 Nov 2020 03:51:50 +0000 |
parents | 63dffa10b00a |
children | 66e0b6a40e09 |
files | src/ui/bmi/mmiBlkLangDB.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ui/bmi/mmiBlkLangDB.c Sat Nov 14 03:35:49 2020 +0000 +++ b/src/ui/bmi/mmiBlkLangDB.c Sat Nov 14 03:51:50 2020 +0000 @@ -2045,7 +2045,7 @@ { TxtRecentCalls, "kuerzliche Anrufe" }, { TxtNames, "Namen" }, { TxtInterCalls,"Internat.Anrufe" }, - { TxtInterHome, "Ausland, außer Heimatland" /*SPR#2633 - DS - German string modified: "Internat.but Home "*/ }, + { TxtInterHome, "Ausland, au\337er Heimatland" /*SPR#2633 - DS - German string modified: "Internat.but Home "*/ }, { TxtWhenRoaming,"wenn Roaming" }, { TxtCancelAllBars,"Alle Rufsperren loeschen" }, { TxtWaiting, "Warten" }, @@ -2330,7 +2330,7 @@ { TxtBackground, "Hintergrund"}, /* for selecting backgrounds*/ { TxtProviderIcon, "Netzwerk Icon"}, /*AP - 29-01-03 - Add to language table */ { TxtIdleScreen, "Untaetiges Display Bild"}, - { TxtMenuScreen, "Haupt Menü" /*SPR#2633 - DS - German string removed: "Main menu screen"*/ }, + { TxtMenuScreen, "Haupt Men\374" /*SPR#2633 - DS - German string removed: "Main menu screen"*/ }, { TxtBgdSquares, "Rechtecke"}, { TxtBgdO2, "O2"},