lcl: translations: fixed getting duplicate msg from .mo file, issue #33173

git-svn-id: branches/fixes_1_8@57322 -
This commit is contained in:
mattias 2018-02-17 10:45:02 +00:00
parent 357e8ee521
commit e67c6c2ac8

View File

@ -307,7 +307,7 @@ begin
Result := Instance.ClassName + '.' + PropInfo^.Name;
end else if (Sender is TUpdateTranslator) then
Result := TUpdateTranslator(Sender).FStackPath + '.' + PropInfo^.Name;
Result := UpperCase(Result);
Result := LowerCase(Result); // GetText requires same case as in .po file, which is lowercase
end;
var