mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 20:59:36 +02:00
LCL: resourcestring
git-svn-id: trunk@26449 -
This commit is contained in:
parent
db9b27c1ca
commit
e5ff98cb75
@ -205,7 +205,7 @@ begin
|
||||
end;
|
||||
if C > 1 then
|
||||
FmtStr(Descriptions, '%s (%s)|%1:s|%s',
|
||||
['Graphic', Filters, Descriptions]);
|
||||
[rsGraphic, Filters, Descriptions]);
|
||||
end;
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
|
@ -267,6 +267,7 @@ resourceString
|
||||
rsCursor = 'Cursor';
|
||||
rsJpeg = 'Joint Picture Expert Group';
|
||||
rsTiff = 'Tagged Image File Format';
|
||||
rsGraphic = 'Graphic';
|
||||
rsUnsupportedClipboardFormat = 'Unsupported clipboard format: %s';
|
||||
rsGroupIndexCannotBeLessThanPrevious = 'GroupIndex cannot be less than a '
|
||||
+'previous menu item''s GroupIndex';
|
||||
|
Loading…
Reference in New Issue
Block a user