From f9f9c4996b62da26cd23b814d30ab5e40cda5f22 Mon Sep 17 00:00:00 2001 From: paul Date: Thu, 20 Nov 2008 01:33:48 +0000 Subject: [PATCH] ide: fix few strings for consistency git-svn-id: trunk@17457 - --- ide/lazarusidestrconsts.pas | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/ide/lazarusidestrconsts.pas b/ide/lazarusidestrconsts.pas index 7843b3d49d..f93694fb61 100644 --- a/ide/lazarusidestrconsts.pas +++ b/ide/lazarusidestrconsts.pas @@ -1016,12 +1016,18 @@ resourcestring dlgnoAutomaticRenaming = 'no automatic renaming'; dlgAmbigWarn = 'Warn on compile'; dlgIgnoreVerb = 'Ignore'; + // OI colors dlgBackColor = 'Background'; dlgSubPropColor = 'SubProperties'; dlgReferenceColor = 'Reference'; dlgValueColor = 'Value'; dlgHighlightColor = 'Highlight'; dlgHighlightFontColor = 'Highlight Font'; + dlgDefValueColor = 'Default Value'; + dlgPropNameColor = 'Property Name'; + dlgPropGutterColor = 'Gutter'; + dlgPropGutterEdgeColor = 'Gutter Edge'; + liswlAdd = '&Add'; liswlProperties = '&Properties'; liswlEnabled = '&Enabled'; @@ -1029,10 +1035,6 @@ resourcestring liswlDIsableAll = 'D&isable All'; liswlENableAll = 'E&nable All'; liswlDeLeteAll = 'De&lete All'; - dlgDefValueColor = 'Default value'; - dlgPropNameColor = 'Property name'; - dlgPropGutterColor = 'Gutter'; - dlgPropGutterEdgeColor = 'Gutter Edge'; dlgOIMiscellaneous = 'Miscellaneous'; dlgOIItemHeight = 'Item height'; @@ -1152,7 +1154,7 @@ resourcestring dlgEdElement = 'Element'; dlgSetElementDefault = 'Set element to default'; dlgSetAllElementDefault = 'Set all elements to default'; - dlgForecolor = 'Foreground color'; + dlgForecolor = 'Foreground'; dlgEdUseDefColor = 'Use default color'; dlgTextAttributes = 'Text attributes'; dlgEdBold = 'Bold';