diff --git a/components/iconfinder/source/iconfinderstrconsts.pas b/components/iconfinder/source/iconfinderstrconsts.pas index 7360032332..c958df9ea5 100644 --- a/components/iconfinder/source/iconfinderstrconsts.pas +++ b/components/iconfinder/source/iconfinderstrconsts.pas @@ -19,8 +19,8 @@ resourcestring RSIconViewer_ExpressionToFilterByKeywordsHint = 'Expression to filter by keywords'; RSIconViewer_EditKeywordFilterHint = 'Enter/edit a keyword filter'; RSIconViewer_ClearFilterHint = 'Clear the keyword filter'; - RSIconViewer_FilterByKeywordsHint = 'Filters by keywords'; - RSIconViewer_EnterKeywordsHere = 'Enter keywords here...'; + RSIconViewer_FilterByKeywordsHint = 'Filter by keywords'; + RSIconViewer_EnterKeywordsHere = 'Enter keywords here'; RSIconViewer_FileNameLbl = 'File name:'; RSIconViewer_SizeLbl = 'Size:'; RSIconViewer_StyleLbl = 'Style:'; @@ -28,7 +28,7 @@ resourcestring RSIconViewer_ConfirmDeleteIconMsg = 'Do you really want to delete the selected icon from the library?'; // IconFinderMetadata - RSMetadata_Caption = 'Edit Icon Metadata'; + RSMetadata_Caption = 'Icon Metadata Editor'; RSMetadata_Keywords = 'Keywords (one keyword per line)'; RSMetadata_Style = 'Style'; RSMetadata_ClassicStyle = 'Classic'; @@ -40,7 +40,7 @@ resourcestring // IconFinderFolders RSFolders_IconFinderFolders = 'Icon Folders'; - RSFolders_Add = 'Add...'; + RSFolders_Add = 'Add ...'; RSFolders_Delete = 'Delete'; RSFolders_MoveUp = 'Move up'; RSFolders_MoveDown = 'Move down'; diff --git a/components/iconfinder/source/ide/iconfinderstrconstside.pas b/components/iconfinder/source/ide/iconfinderstrconstside.pas index 724a2eb9ed..9ec2aef098 100644 --- a/components/iconfinder/source/ide/iconfinderstrconstside.pas +++ b/components/iconfinder/source/ide/iconfinderstrconstside.pas @@ -15,9 +15,9 @@ resourcestring // IconFinderSettings RSIconFinderIDE_IconLibrary = 'Icon Finder'; - RSIconFinderIDE_Folders = 'Folders...'; + RSIconFinderIDE_Folders = 'Folders ...'; RSIconFinderIDE_FolderHint = 'Icon folder management'; - RSIconFinderIDE_Metadata = 'Metadata...'; + RSIconFinderIDE_Metadata = 'Metadata ...'; RSIconFinderIDE_MetadataHint = 'Edit icon metadata'; RSIconFinderIDE_SaveMetadata = 'Save metadata'; RSIconFinderIDE_SaveMetadataHint = 'Save icon metadata files';