LCL: resourcestring

git-svn-id: trunk@26449 -
This commit is contained in:
mattias 2010-07-04 04:40:34 +00:00
parent db9b27c1ca
commit e5ff98cb75
2 changed files with 2 additions and 1 deletions

View File

@ -205,7 +205,7 @@ begin
end; end;
if C > 1 then if C > 1 then
FmtStr(Descriptions, '%s (%s)|%1:s|%s', FmtStr(Descriptions, '%s (%s)|%1:s|%s',
['Graphic', Filters, Descriptions]); [rsGraphic, Filters, Descriptions]);
end; end;
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------

View File

@ -267,6 +267,7 @@ resourceString
rsCursor = 'Cursor'; rsCursor = 'Cursor';
rsJpeg = 'Joint Picture Expert Group'; rsJpeg = 'Joint Picture Expert Group';
rsTiff = 'Tagged Image File Format'; rsTiff = 'Tagged Image File Format';
rsGraphic = 'Graphic';
rsUnsupportedClipboardFormat = 'Unsupported clipboard format: %s'; rsUnsupportedClipboardFormat = 'Unsupported clipboard format: %s';
rsGroupIndexCannotBeLessThanPrevious = 'GroupIndex cannot be less than a ' rsGroupIndexCannotBeLessThanPrevious = 'GroupIndex cannot be less than a '
+'previous menu item''s GroupIndex'; +'previous menu item''s GroupIndex';