mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 10:18:05 +02:00
lcl: translations: fixed getting duplicate msg from .mo file, issue #33173
git-svn-id: branches/fixes_1_8@57322 -
This commit is contained in:
parent
357e8ee521
commit
e67c6c2ac8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user