Index: sources/gui/qml/AlarmItem.qml =================================================================== diff -u -r27cb1be1e85e93cab858216f35c5d4d36a6ade5f -r5d211a3d77e20d369319231f5534211caf58fec2 --- sources/gui/qml/AlarmItem.qml (.../AlarmItem.qml) (revision 27cb1be1e85e93cab858216f35c5d4d36a6ade5f) +++ sources/gui/qml/AlarmItem.qml (.../AlarmItem.qml) (revision 5d211a3d77e20d369319231f5534211caf58fec2) @@ -161,10 +161,10 @@ Connections { target: vAlarmStatus function onAlarm_PriorityChanged ( vValue ) { - // when alarmstatus 0 is sent from HD to clear/hide the AlarmDialog it comes with 0 fro priority - // priority 0 has no clear definistion therefore UI wil set coloring to the default system theme, blue. - // that blue color is confusing users, and we skip this coloring. - if ( ! vValue ) return + // When alarm status 0 is sent from HD to clear/hide the AlarmDialog, it comes with priority 0 + // priority 0 has no clear definition; therefore, UI will set the coloring to the default system theme: blue. + // The blue color is confusing users, so we skip this coloring. + if ( ! vValue ) return [ _alarmDialog.titleBarBackground,