Skip to content

Commit 9c65aac

Browse files
authored
Merge pull request #21 from Ordisoftware/dev
Fix newline
2 parents 6ffa854 + f575c23 commit 9c65aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Project/Source/Enums/Translations.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace Ordisoftware.HebrewLetters
2121
static public class Translations
2222
{
2323

24-
static public readonly string NewLine = NewLine;
24+
static public readonly string NewLine = Environment.NewLine;
2525

2626
static public readonly Dictionary<string, string> ApplicationDescriptionText
2727
= new Dictionary<string, string>()

0 commit comments

Comments
 (0)