Index: src/Common/DelftTools.Controls.Swf/Table/TableViewExceptionMessageController.cs =================================================================== diff -u -r8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9 -r5fc71a385897af92ccb092f2f969b5709afab85a --- src/Common/DelftTools.Controls.Swf/Table/TableViewExceptionMessageController.cs (.../TableViewExceptionMessageController.cs) (revision 8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9) +++ src/Common/DelftTools.Controls.Swf/Table/TableViewExceptionMessageController.cs (.../TableViewExceptionMessageController.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) @@ -7,9 +7,9 @@ public override string GetLocalizedString(GridStringId id) { return id == GridStringId.ColumnViewExceptionMessage - ? " Do you want to correct the value?\n\n" + - "Choose Yes to correct the value yourself. Choose No to revert to the original value." - : base.GetLocalizedString(id); + ? " Do you want to correct the value?\n\n" + + "Choose Yes to correct the value yourself. Choose No to revert to the original value." + : base.GetLocalizedString(id); } } } \ No newline at end of file