IDE: harmonize Color/Colors resource strings

git-svn-id: trunk@30849 -
This commit is contained in:
juha 2011-05-22 09:37:36 +00:00
parent 82779f4ab7
commit de68f69051
5 changed files with 5 additions and 6 deletions

View File

@ -200,7 +200,7 @@ begin
cbMessages.Items.Add(GetCategoryStr(Category));
// colors
gbColors.Caption := dlgEnvColors;
gbColors.Caption := dlgColors;
chkUseEventLogColors.Caption := lisDebugOptionsFrmUseEventLogColors;
ForeGroundLabel.Caption := dlgForecolor;
BackGroundLabel.Caption := dlgBackColor;

View File

@ -1293,7 +1293,7 @@ end;
function TEditorColorOptionsFrame.GetTitle: String;
begin
Result := dlgEdColor;
Result := dlgColors;
end;
procedure TEditorColorOptionsFrame.Setup(ADialog: TAbstractOptionsEditorDialog);

View File

@ -141,7 +141,7 @@ begin
GridGroupBox.Caption := dlgEnvGrid;
GuideLinesGroupBox.Caption := dlgEnvLGuideLines;
FormEditMiscGroupBox.Caption := dlgEnvMisc;
DesignerColorsGroupBox.Caption := dlgEnvColors;
DesignerColorsGroupBox.Caption := dlgColors;
SetupGridGroupBox;
SetupGuideLinesGroupBox;
SetupMiscGroupBox;

View File

@ -159,7 +159,7 @@ const
procedure TOIOptionsFrame.Setup(ADialog: TAbstractOptionsEditorDialog);
begin
ObjectInspectorColorsGroupBox.Caption := dlgEnvColors;
ObjectInspectorColorsGroupBox.Caption := dlgColors;
OIMiscGroupBox.Caption := dlgOIMiscellaneous;
OIOptionsGroupBox.Caption := dlgOIOptions;
ObjectInspectorSpeedSettingsGroupBox.Caption := dlgOISpeedSettings;

View File

@ -1221,7 +1221,6 @@ resourcestring
lisShowGutterInObjectInspector = 'Show gutter';
lisShowStatusBarInObjectInspector = 'Show status bar';
lisShowInfoBoxInObjectInspector = 'Show information box';
dlgEnvColors = 'Colors';
dlgEnvBackupHelpNote = 'Notes: Project files are all files in the project directory';
lisEnvOptDlgInvalidCompilerFilename = 'Invalid compiler filename';
lisEnvOptDlgInvalidCompilerFilenameMsg = 'The compiler file "%s" is not an executable.';
@ -1249,7 +1248,6 @@ resourcestring
dlgEdDisplay = 'Display';
lisEOTabWidths = 'Tab widths';
dlgKeyMapping = 'Key Mappings';
dlgEdColor = 'Colors';
dlgKeyMappingErrors = 'Key mapping errors';
dlgEdBack = 'Back';
dlgReport = 'Report';
@ -1466,6 +1464,7 @@ resourcestring
dlgUseSchemeDefaults = 'Use (and edit) global scheme settings';
dlgUseSchemeLocal = 'Use local scheme settings';
dlgColor = 'Color';
dlgColors = 'Colors';
dlgColorNotModified = 'Not modified';
dlgForecolor = 'Foreground';