mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 17:19:23 +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;
|
Flags := Item.Flags;
|
||||||
Msg[mstr] := Item.Translation;
|
Msg[mstr] := Item.Translation;
|
||||||
// if old item is fuzzy, copy PreviousID too
|
// 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;
|
PrevMsgID := Item.PreviousID;
|
||||||
// mark newly translated item fuzzy
|
// mark newly translated item fuzzy
|
||||||
SetFuzzy:=true;
|
SetFuzzy:=true;
|
||||||
|
Loading…
Reference in New Issue
Block a user