summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/lang/english.lang34
-rw-r--r--apps/settings_list.c5
2 files changed, 37 insertions, 2 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index c7dad66b1a..08412d376d 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -12735,3 +12735,37 @@
12735 quickscreen: "Set as Top Quickscreen Item" 12735 quickscreen: "Set as Top Quickscreen Item"
12736 </voice> 12736 </voice>
12737</phrase> 12737</phrase>
12738<phrase>
12739 id: LANG_FM_ITALY
12740 desc: fm region Italy
12741 user: core
12742 <source>
12743 *: none
12744 radio: "Italy"
12745 </source>
12746 <dest>
12747 *: none
12748 radio: "Italy"
12749 </dest>
12750 <voice>
12751 *: none
12752 radio: "Italy"
12753 </voice>
12754</phrase>
12755<phrase>
12756 id: LANG_FM_OTHER
12757 desc: Catch-all FM region. Select if none of the others work
12758 user: core
12759 <source>
12760 *: none
12761 radio: "Other"
12762 </source>
12763 <dest>
12764 *: none
12765 radio: "Other"
12766 </dest>
12767 <voice>
12768 *: none
12769 radio: "Other"
12770 </voice>
12771</phrase>
diff --git a/apps/settings_list.c b/apps/settings_list.c
index 5da15a11a9..2a7bf9658f 100644
--- a/apps/settings_list.c
+++ b/apps/settings_list.c
@@ -1376,9 +1376,10 @@ const struct settings_list settings[] = {
1376#endif 1376#endif
1377#if CONFIG_TUNER 1377#if CONFIG_TUNER
1378 CHOICE_SETTING(0, fm_region, LANG_FM_REGION, 0, 1378 CHOICE_SETTING(0, fm_region, LANG_FM_REGION, 0,
1379 "fm_region", "eu,us,jp,kr", set_radio_region, 4, 1379 "fm_region", "eu,us,jp,kr,it,wo", set_radio_region, 6,
1380 ID2P(LANG_FM_EUROPE), ID2P(LANG_FM_US), 1380 ID2P(LANG_FM_EUROPE), ID2P(LANG_FM_US),
1381 ID2P(LANG_FM_JAPAN), ID2P(LANG_FM_KOREA)), 1381 ID2P(LANG_FM_JAPAN), ID2P(LANG_FM_KOREA),
1382 ID2P(LANG_FM_ITALY), ID2P(LANG_FM_OTHER)),
1382#endif 1383#endif
1383 1384
1384 OFFON_SETTING(F_BANFROMQS, audioscrobbler, LANG_AUDIOSCROBBLER, false, 1385 OFFON_SETTING(F_BANFROMQS, audioscrobbler, LANG_AUDIOSCROBBLER, false,