mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 01:19:37 +02:00
IDE: comments
git-svn-id: trunk@47016 -
This commit is contained in:
parent
f004b7cddf
commit
b20ca2c1af
@ -330,8 +330,9 @@ begin
|
||||
except
|
||||
end;
|
||||
// translation didn't work
|
||||
// there is no official way to get the default English value
|
||||
//-> reset all resourcestrings
|
||||
// => get the default value (English)
|
||||
// there is no official way to get the default value of a resourcestring
|
||||
// => reset all resourcestrings
|
||||
ResetResourceTables;
|
||||
Result:=Format(Fmt,Args);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user