wrongly used escape characteres in resources files #511
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request updates several resource strings in both the English (
Resources.resx) and German (Resources.de.resx) resource files, as well as their usage in the auto-generated designer file (Resources.Designer.cs). The main focus is on improving the formatting and readability of UI messages by removing unnecessary newline characters and ensuring consistency across languages.UI message formatting improvements:
Removed unnecessary
\r\nand\nnewline characters from resource strings such as error messages, feature descriptions, and informational labels, making them cleaner and more consistent in both English and German resource files (Resources.resx,Resources.de.resx). [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17]Updated the corresponding XML comments in
Resources.Designer.csto match the new string formats, ensuring that the documentation reflects the actual resource values. [1] [2] [3] [4] [5] [6] [7]These changes help make UI messages more readable and professional, and ensure consistency between the resource files and their usage in the application.