mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 06:39:12 +02:00
Menu designer: strings cleanup
git-svn-id: trunk@51533 -
This commit is contained in:
parent
9eb1b2ed03
commit
a83a7e46fd
@ -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;
|
||||||
|
@ -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¶tors';
|
lisMenuEditorSeParators = 'Se¶tors';
|
||||||
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 '
|
||||||
|
Loading…
Reference in New Issue
Block a user