diff -r 2c54b51f39c4 -r bb2d3e476f29 alarmui/alarmalertwidget/alarmalertplugin/src/alarmalertwidget_p.cpp --- a/alarmui/alarmalertwidget/alarmalertplugin/src/alarmalertwidget_p.cpp Mon Jul 26 13:54:38 2010 +0530 +++ b/alarmui/alarmalertwidget/alarmalertplugin/src/alarmalertwidget_p.cpp Mon Aug 09 18:30:52 2010 +0530 @@ -376,7 +376,7 @@ if (!stopAction) { qFatal("Unable to load the stopAction softkey"); } - stopAction->setText(hbTrId("txt_calendar_button_alarm_dialog_snooze")); + stopAction->setText(hbTrId("txt_calendar_button_alarm_stop")); disconnect(stopAction, SIGNAL(triggered()), this, SLOT(close())); connect(stopAction, SIGNAL(triggered()), this, SLOT(dismissed())); @@ -496,7 +496,7 @@ if (!stopAction) { qFatal("Unable to find the stopAction softkey"); } - stopAction->setText(hbTrId("txt_calendar_button_alarm_dialog_snooze")); + stopAction->setText(hbTrId("txt_calendar_button_alarm_stop")); disconnect(stopAction, SIGNAL(triggered()), this, SLOT(close())); connect(stopAction, SIGNAL(triggered()), this, SLOT(dismissed())); OstTraceFunctionExit0( ALARMALERTDIALOGPRIVATE_HANDLECALENDARALARMS_EXIT ); @@ -558,7 +558,7 @@ if (!stopAction) { qFatal("Unable to load the stopAction softkey"); } - stopAction->setText(hbTrId("txt_calendar_button_alarm_dialog_snooze")); + stopAction->setText(hbTrId("txt_calendar_button_alarm_stop")); disconnect(stopAction, SIGNAL(triggered()), this, SLOT(close())); connect(stopAction, SIGNAL(triggered()), this, SLOT(dismissed())); OstTraceFunctionExit0( ALARMALERTDIALOGPRIVATE_HANDLETODOALARMS_EXIT );