case 3989

This commit is contained in:
2021-09-29 23:28:10 +00:00
parent 45b3099996
commit 4a13ef3e9c

View File

@@ -4399,7 +4399,7 @@ namespace AyaNova.PlugIn.V8
//Step 2: export the objects
ScheduleMarkerListAllUsers pl = ScheduleMarkerListAllUsers.GetList(string.Empty);
progress.Append("Exporting " + pl.Count.ToString() + " ScheduleMarkers");
progress.Append("Exporting " + pl.Count.ToString() + " ScheduleMarkers to v8 Reminders or Reviews");
foreach (ScheduleMarkerListAllUsers.ScheduleMarkerListAllUsersInfo i in pl)
{