Index: sources/view/hd/alarm/VAlarmActiveList.cpp =================================================================== diff -u -rf4fe83c9b57c962337f771172afa57c4abf35ba2 -r4031460ae781a88ba9ad6247a28e4d35aeadf9c0 --- sources/view/hd/alarm/VAlarmActiveList.cpp (.../VAlarmActiveList.cpp) (revision f4fe83c9b57c962337f771172afa57c4abf35ba2) +++ sources/view/hd/alarm/VAlarmActiveList.cpp (.../VAlarmActiveList.cpp) (revision 4031460ae781a88ba9ad6247a28e4d35aeadf9c0) @@ -121,7 +121,7 @@ if ( ! ok ) { LOG_DEBUG(QString("Not an alarm ID number [%1]").arg(group)); continue; } for (const QString &key : _Settings.keys(category, group)) { - if (Storage::Settings::isKeyAlarmName ( key ) ) { + if (Storage::Settings::isKeyListTitle ( key ) ) { _alarmTitles[id] = _Settings.value(category, group, key).toString(); } }