user messages adjusted again. another attempt to make it clear for the user whats happening with event series and single occurrences of the event - if someone finds a better solution please edit

This commit is contained in:
Christian Binder 2009-08-17 21:15:40 +00:00
parent 1d5b6b6828
commit faa51609ae

View File

@ -353,13 +353,13 @@ class calendar_uiforms extends calendar_ui
// refreshing the calendar-view with the changed participant-status
if($event['recur_type'] != MCAL_RECUR_NONE)
{
$msg = lang('Status of all occurrences changed');
$msg = lang('Status for all future scheduled days changed');
}
else
{
if(isset($content['edit_single']))
{
$msg = lang('Status of this occurrence changed');
$msg = lang('Status for this particular day changed');
// prevent accidentally creating a real exception afterwards
$view = true;
$hide_delete = true;
@ -661,9 +661,9 @@ class calendar_uiforms extends calendar_ui
}
if($this->bo->check_perms(EGW_ACL_EDIT,$event))
{
return lang('Exception created - you can now edit or delete it');
return lang('Save event as exception - Delete single occurrence - Edit status or alarms for this particular day');
}
return lang('You can now edit your participation status on this single occurrence');
return lang('Edit status or alarms for this particular day');
}
/**