summaryrefslogtreecommitdiff
path: root/apps/radio/radio.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/radio/radio.c')
-rw-r--r--apps/radio/radio.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/radio/radio.c b/apps/radio/radio.c
index f88a63382d..d687948c94 100644
--- a/apps/radio/radio.c
+++ b/apps/radio/radio.c
@@ -489,7 +489,7 @@ void radio_screen(void)
489 done = true; 489 done = true;
490 if(presets_have_changed()) 490 if(presets_have_changed())
491 { 491 {
492 if(yesno_pop(ID2P(LANG_FM_SAVE_CHANGES))) 492 if(yesno_pop(ID2P(LANG_SAVE_CHANGES)))
493 { 493 {
494 presets_save(); 494 presets_save();
495 } 495 }
@@ -539,7 +539,7 @@ void radio_screen(void)
539 done = true; 539 done = true;
540 if(presets_have_changed()) 540 if(presets_have_changed())
541 { 541 {
542 if(yesno_pop(ID2P(LANG_FM_SAVE_CHANGES))) 542 if(yesno_pop(ID2P(LANG_SAVE_CHANGES)))
543 { 543 {
544 presets_save(); 544 presets_save();
545 } 545 }
@@ -705,7 +705,7 @@ void radio_screen(void)
705 done = true; 705 done = true;
706 if(presets_have_changed()) 706 if(presets_have_changed())
707 { 707 {
708 if(yesno_pop(ID2P(LANG_FM_SAVE_CHANGES))) 708 if(yesno_pop(ID2P(LANG_SAVE_CHANGES)))
709 { 709 {
710 radio_save_presets(); 710 radio_save_presets();
711 } 711 }