Browse Source

Fix \r\n in resource string.

pull/1633/head
Daniel Grunwald 6 years ago
parent
commit
204ef2261a
  1. 3
      ILSpy/Properties/Resources.Designer.cs
  2. 3
      ILSpy/Properties/Resources.resx

3
ILSpy/Properties/Resources.Designer.cs generated

@ -304,7 +304,8 @@ namespace ICSharpCode.ILSpy.Properties {
} }
/// <summary> /// <summary>
/// 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?.
/// </summary> /// </summary>
public static string AssemblySaveCodeDirectoryNotEmpty { public static string AssemblySaveCodeDirectoryNotEmpty {
get { get {

3
ILSpy/Properties/Resources.resx

@ -736,7 +736,8 @@
<value>Use 'ref' extension methods</value> <value>Use 'ref' extension methods</value>
</data> </data>
<data name="AssemblySaveCodeDirectoryNotEmpty" xml:space="preserve"> <data name="AssemblySaveCodeDirectoryNotEmpty" xml:space="preserve">
<value>The directory is not empty. File will be overwritten.\r\nAre you sure you want to continue?</value> <value>The directory is not empty. File will be overwritten.
Are you sure you want to continue?</value>
</data> </data>
<data name="AssemblySaveCodeDirectoryNotEmptyTitle" xml:space="preserve"> <data name="AssemblySaveCodeDirectoryNotEmptyTitle" xml:space="preserve">
<value>Project Directory not empty</value> <value>Project Directory not empty</value>

Loading…
Cancel
Save