diff --git a/data/setup.xml b/data/setup.xml
index c579d73e3d..2993f32ccb 100644
--- a/data/setup.xml
+++ b/data/setup.xml
@@ -251,7 +251,7 @@
- config.recording.keep_finished_timer_logs
- config.recording.offline_decode_delay
- config.recording.ecm_data
- - config.recording.record_icon_match
+ - config.recording.record_icon_match
- config.usage.hdd_standby
diff --git a/lib/python/Components/ServiceList.py b/lib/python/Components/ServiceList.py
index 2388ddd76e..ee31b1dece 100644
--- a/lib/python/Components/ServiceList.py
+++ b/lib/python/Components/ServiceList.py
@@ -67,7 +67,7 @@ def __init__(self, serviceList):
pic = LoadPixmap(resolveFilename(SCOPE_CURRENT_SKIN, "icons/ico_altref-fs8.png"))
pic and self.l.setPixmap(self.l.picBackup, pic)
- self.l.setAlternativeRecordMatching(config.recording.record_icon_match.value == "Sref + stream url")
+ self.l.setAlternativeRecordMatching(config.recording.record_icon_match.value == "Sref only")
self.root = None
self.mode = self.MODE_NORMAL