Index: Core/Common/src/Core.Common.Gui/OpenProjectActivity.cs =================================================================== diff -u -r1b9445050ddc7786014349d7014c7c4d85242a5d -rf3d1fefd8342f0f4149ba4678d8e2a9187ef7d86 --- Core/Common/src/Core.Common.Gui/OpenProjectActivity.cs (.../OpenProjectActivity.cs) (revision 1b9445050ddc7786014349d7014c7c4d85242a5d) +++ Core/Common/src/Core.Common.Gui/OpenProjectActivity.cs (.../OpenProjectActivity.cs) (revision f3d1fefd8342f0f4149ba4678d8e2a9187ef7d86) @@ -299,7 +299,7 @@ public IProjectFactory ProjectFactory { get; set; } /// - /// The object used to open the file at . + /// The object used to open the file at . /// public IStoreProject ProjectStorage { get; set; } }