You've already forked lazarus-ccr
tvplanit: Event editor cannot be closed when the end of recurrence is not specified for an event which is repeated for a limited number of times.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8555 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -185,6 +185,7 @@ resourcestring
|
||||
'Do you want to exchange them?';
|
||||
RSStartEndTimesEqual = 'Start and end times cannot be equal.';
|
||||
RSCannotEditOverlayedEvent= 'Cannot edit this overlayed event.';
|
||||
RSNoEndDateForRecurringEvent = 'End of recurrence not specified.';
|
||||
RSLoadICalTitle = 'Import from iCal file(s)';
|
||||
RSSaveICalTitle = 'Export to iCal file';
|
||||
RSNoOverlayedEvents = 'none';
|
||||
|
Reference in New Issue
Block a user