From 204ef2261a7ac89c1e5289fd429dde80a76146b0 Mon Sep 17 00:00:00 2001 From: Daniel Grunwald Date: Sun, 4 Aug 2019 16:44:44 +0200 Subject: [PATCH] Fix \r\n in resource string. --- ILSpy/Properties/Resources.Designer.cs | 3 ++- ILSpy/Properties/Resources.resx | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ILSpy/Properties/Resources.Designer.cs b/ILSpy/Properties/Resources.Designer.cs index 110c68eef..c2c607198 100644 --- a/ILSpy/Properties/Resources.Designer.cs +++ b/ILSpy/Properties/Resources.Designer.cs @@ -304,7 +304,8 @@ namespace ICSharpCode.ILSpy.Properties { } /// - /// Looks up a localized string similar to The directory is not empty. File will be overwritten.\r\nAre you sure you want to continue?. + /// Looks up a localized string similar to The directory is not empty. File will be overwritten. + ///Are you sure you want to continue?. /// public static string AssemblySaveCodeDirectoryNotEmpty { get { diff --git a/ILSpy/Properties/Resources.resx b/ILSpy/Properties/Resources.resx index 9b898ea00..6ef64ac91 100644 --- a/ILSpy/Properties/Resources.resx +++ b/ILSpy/Properties/Resources.resx @@ -736,7 +736,8 @@ Use 'ref' extension methods - The directory is not empty. File will be overwritten.\r\nAre you sure you want to continue? + The directory is not empty. File will be overwritten. +Are you sure you want to continue? Project Directory not empty