OSDN Git Service

Fix an issue where the following message displayed when two files are identical in...
authorJun Tajima <56220423+tjmprm77@users.noreply.github.com>
Sun, 23 Oct 2022 08:44:09 +0000 (17:44 +0900)
committerGitHub <noreply@github.com>
Sun, 23 Oct 2022 08:44:09 +0000 (17:44 +0900)
commit1b91aa0ae29c91cc417b6a72700b2c916ab839b7
tree7fab51972607f87917a4ec49dd0388f232586531
parenteaf8b5b0eb3be9e944314c798d4609f442da8198
Fix an issue where the following message displayed when two files are identical in a 3-way folder comparison is not translated. (#1535)

- (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.
Src/DirViewColItems.cpp