mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 14:29:33 +02:00
LazUtils: replaced hardcoded literal with constant in translations.pas
git-svn-id: trunk@56988 -
This commit is contained in:
parent
aab5d44369
commit
07343847b2
@ -884,7 +884,7 @@ var
|
||||
Flags := Item.Flags;
|
||||
Msg[mstr] := Item.Translation;
|
||||
// if old item is fuzzy, copy PreviousID too
|
||||
if pos('fuzzy', Item.Flags)<>0 then
|
||||
if pos(sFuzzyFlag, Item.Flags)<>0 then
|
||||
PrevMsgID := Item.PreviousID;
|
||||
// mark newly translated item fuzzy
|
||||
SetFuzzy:=true;
|
||||
|
Loading…
Reference in New Issue
Block a user