Index: sources/gui/qml/dialogs/NotificationDialog.qml =================================================================== diff -u -r7a1509a80fed2dd51aa28b460acbf0227d0c96d7 -rfc329c788fe9453983072bee937ccbc95b4ed6e4 --- sources/gui/qml/dialogs/NotificationDialog.qml (.../NotificationDialog.qml) (revision 7a1509a80fed2dd51aa28b460acbf0227d0c96d7) +++ sources/gui/qml/dialogs/NotificationDialog.qml (.../NotificationDialog.qml) (revision fc329c788fe9453983072bee937ccbc95b4ed6e4) @@ -52,7 +52,7 @@ // Look for this tag: #First_Time_Message_Sent_With_Silenced // the isSilenced is helping not to show this dialog maximized and // then if the silence is set minimize it immediately - // this behaviour doesn't look nice on the screen and it bounces + // this behaviour does not look nice on the screen and it bounces visible : description && ! isSilenced radius : Variables.dialogRadius @@ -148,7 +148,7 @@ // Regarding the discussion there should be only 3 situations: // 1 - Different combination of the Resume,Rinseback,End // 2 - OK button for user to only ack the alarm - // 3 - No button at all for the situations that the alarm can't be resolved by user. + // 3 - No button at all for the situations that the alarm cannot be resolved by user. // :: OK button and the other 3 buttons (Resume,Rinseback,End) should never come together TouchRect { id : _resumeTouchRect visible : resumeVisible