diff --git a/source/Plugins/AyaNova.Plugin.V8/V8.cs b/source/Plugins/AyaNova.Plugin.V8/V8.cs index d9fa559..c1ac250 100644 --- a/source/Plugins/AyaNova.Plugin.V8/V8.cs +++ b/source/Plugins/AyaNova.Plugin.V8/V8.cs @@ -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) {