Index: sources/gui/qml/AlarmItem.qml =================================================================== diff -u -r376859852f4d1a07263c44524aec347db29e0133 -r61f16c988a159401c92730b4cbfca5085c77222f --- sources/gui/qml/AlarmItem.qml (.../AlarmItem.qml) (revision 376859852f4d1a07263c44524aec347db29e0133) +++ sources/gui/qml/AlarmItem.qml (.../AlarmItem.qml) (revision 61f16c988a159401c92730b4cbfca5085c77222f) @@ -84,7 +84,7 @@ NotificationDialog { id : _alarmDialog // this will change later to the actual message text // and the instruction would be in the dialog content - titleText : qsTr("Alarm") + titleText : qsTr("Alarm") + " " + "[" + vAlarmStatus.alarm_AlarmID + "]" description : vAlarmStatus.text alarmID : vAlarmStatus.alarm_AlarmID isSilenced : vAlarmStatus.alarm_Flag_alarmsSilenced