Skip to content

wrongly used escape characteres in resources files#511

Merged
Hirogen merged 2 commits intoDevelopmentfrom
510-ui-strings-containing-escaped-newlines-n-in-multiple-spots
Dec 6, 2025
Merged

wrongly used escape characteres in resources files#511
Hirogen merged 2 commits intoDevelopmentfrom
510-ui-strings-containing-escaped-newlines-n-in-multiple-spots

Conversation

@Hirogen
Copy link
Copy Markdown
Collaborator

@Hirogen Hirogen commented Dec 6, 2025

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\n and \n newline 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.cs to 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.

@Hirogen Hirogen linked an issue Dec 6, 2025 that may be closed by this pull request
@Hirogen Hirogen merged commit eaf2dcc into Development Dec 6, 2025
1 check passed
@Hirogen Hirogen deleted the 510-ui-strings-containing-escaped-newlines-n-in-multiple-spots branch December 6, 2025 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UI strings containing escaped newlines \n in multiple spots

1 participant