diff --git a/calendar/resources/content/unifinder.js b/calendar/resources/content/unifinder.js index 1b94d01965c..90b3d6a035b 100644 --- a/calendar/resources/content/unifinder.js +++ b/calendar/resources/content/unifinder.js @@ -400,7 +400,7 @@ function unifinderDeleteCommand( DoNotConfirm ) if( !DoNotConfirm ) { - if( confirm( "Are you sure you want to delete everything?" ) ) + if( confirm( "Are you sure you want to delete all selected events?" ) ) { gCalendarWindow.clearSelectedEvent( calendarEvent );