mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 13:20:18 +02:00
IDE: fixed accelerators conflicts, bug #19936
git-svn-id: trunk@31932 -
This commit is contained in:
parent
503169d0a1
commit
8f0fc6070b
@ -2134,7 +2134,7 @@ resourcestring
|
||||
+'letters e.g. A and a';
|
||||
dlgWholeWordsOnly = '&Whole Words Only';
|
||||
lisOnlySearchForWholeWords = 'Only search for whole words';
|
||||
dlgRegularExpressions = '&Regular Expressions';
|
||||
dlgRegularExpressions = 'Regular E&xpressions';
|
||||
lisActivateRegularExpressionSyntaxForTextAndReplaceme = 'Activate regular '
|
||||
+'expression syntax for text and replacement (pretty much like perl)';
|
||||
lisAllowSearchingForMultipleLines = 'Allow searching for multiple lines';
|
||||
@ -2144,7 +2144,7 @@ resourcestring
|
||||
dlgPLDPackageGroup = 'Package group';
|
||||
lisPLDExists = 'Exists';
|
||||
dlgFromCursor = '&From Cursor';
|
||||
dlgFromBeginning = 'From &Beginning';
|
||||
dlgFromBeginning = 'From B&eginning';
|
||||
dlgScope = 'Scope';
|
||||
lisWithRequiredPackages = 'With required packages';
|
||||
lisLevels = 'Levels';
|
||||
|
Loading…
Reference in New Issue
Block a user