Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix an issue where the message displayed when two files are identical in a 3-way folder comparison is not translated. #1535

Merged

Conversation

tjmprm77
Copy link
Contributor

Fix an issue where the following message displayed when two files are identical in a 3-way folder comparison is not translated.

  • (Middle and right are identical)
  • (Left and right are identical)
  • (Left and middle are identical)

The strings defined in Merge.rc have leading spaces, but the strings in DirViewColItems.cpp have no leading spaces and are not translated.
This PR fixes this issue by adding a leading space to the string in DirViewColItems.cpp.

… identical in a 3-way folder comparison is not translated.

- (Middle and right are identical)
- (Left and right are identical)
- (Left and middle are identical)

The strings defined in Merge.rc have leading spaces, but the strings in DirViewColItems.cpp do not.
So add a space to the beginning of the string in DirViewColItems.cpp.
@sdottaka sdottaka merged commit 1b91aa0 into WinMerge:master Oct 23, 2022
@sdottaka
Copy link
Member

Thank you!

@sdottaka sdottaka added this to the v2.16.24 milestone Oct 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants