Menu designer: strings cleanup

git-svn-id: trunk@51533 -
This commit is contained in:
maxim 2016-02-06 18:44:09 +00:00
parent 9eb1b2ed03
commit a83a7e46fd
2 changed files with 2 additions and 3 deletions

View File

@ -2464,7 +2464,7 @@ begin
[(GlobalDesignHook.LookupRoot as TComponent).Name]); [(GlobalDesignHook.LookupRoot as TComponent).Name]);
FConflictsGroupBox:=TGroupBox.Create(Self); FConflictsGroupBox:=TGroupBox.Create(Self);
with FConflictsGroupBox do begin with FConflictsGroupBox do begin
Caption:=Format(lisMenuEditorShortcutConflictsFoundInitiallyD, Caption:=Format(lisMenuEditorConflictsFoundInitiallyD,
[FShortcuts.ShortcutList.InitialDuplicatesCount]); [FShortcuts.ShortcutList.InitialDuplicatesCount]);
Align:=alTop; Align:=alTop;
Top:=0; Top:=0;

View File

@ -4713,7 +4713,6 @@ resourcestring
lisMenuEditorComponentIsUnexpectedKind = 'Component is unexpected kind'; lisMenuEditorComponentIsUnexpectedKind = 'Component is unexpected kind';
lisMenuEditorComponentIsUnnamed = 'Component is unnamed'; lisMenuEditorComponentIsUnnamed = 'Component is unnamed';
lisMenuEditorConflictResolutionComplete = '<conflict resolution complete>'; lisMenuEditorConflictResolutionComplete = '<conflict resolution complete>';
lisMenuEditorDDItems = '%d (%d items)';
lisMenuEditorDeleteItem = '&Delete item'; lisMenuEditorDeleteItem = '&Delete item';
lisMenuEditorDeepestNestedMenuLevelS = 'Deepest nested menu level: %s'; lisMenuEditorDeepestNestedMenuLevelS = 'Deepest nested menu level: %s';
lisMenuEditorDeleteMenuTemplate = '&Delete menu template ...'; lisMenuEditorDeleteMenuTemplate = '&Delete menu template ...';
@ -4775,7 +4774,7 @@ resourcestring
lisMenuEditorSaveMenuShownAsANewTemplate = 'Save menu shown as a new template'; lisMenuEditorSaveMenuShownAsANewTemplate = 'Save menu shown as a new template';
lisMenuEditorSConflictsWithS = '%s conflicts with %s'; lisMenuEditorSConflictsWithS = '%s conflicts with %s';
lisMenuEditorSeParators = 'Se&parators'; lisMenuEditorSeParators = 'Se&parators';
lisMenuEditorShortcutConflictsFoundInitiallyD = 'Shortcut conflicts found initially: %d'; lisMenuEditorConflictsFoundInitiallyD = 'Conflicts found initially: %d';
lisMenuEditorShortcutNotYetChanged = 'Shortcut not yet changed'; lisMenuEditorShortcutNotYetChanged = 'Shortcut not yet changed';
lisMenuEditorShortcutPropertyWithShortcut = 'Shortcut,Property with shortcut'; lisMenuEditorShortcutPropertyWithShortcut = 'Shortcut,Property with shortcut';
lisMenuEditorShortcutPropertyWithShortcutAccelerator = 'Shortcut,Property ' lisMenuEditorShortcutPropertyWithShortcutAccelerator = 'Shortcut,Property '