mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-28 17:29:36 +02:00
IDE: resourcestring
git-svn-id: trunk@47423 -
This commit is contained in:
parent
bdff62de2b
commit
7cc8d6fb84
@ -656,7 +656,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
if ConflictsTreeView.Items.Count=0 then
|
if ConflictsTreeView.Items.Count=0 then
|
||||||
ConflictsTreeView.Items.Add(nil,'There are no conflicting keys.');
|
ConflictsTreeView.Items.Add(nil, lisThereAreNoConflictingKeys);
|
||||||
|
|
||||||
ConflictsTreeView.EndUpdate;
|
ConflictsTreeView.EndUpdate;
|
||||||
end;
|
end;
|
||||||
|
@ -2705,6 +2705,7 @@ resourcestring
|
|||||||
+'%s%s?';
|
+'%s%s?';
|
||||||
lisAlternativeKeyOr2KeySequence = 'Alternative key (or 2 key sequence)';
|
lisAlternativeKeyOr2KeySequence = 'Alternative key (or 2 key sequence)';
|
||||||
srkmConflic = 'Conflict ';
|
srkmConflic = 'Conflict ';
|
||||||
|
lisThereAreNoConflictingKeys = 'There are no conflicting keys.';
|
||||||
srkmEditForCmd = 'Edit keys of command';
|
srkmEditForCmd = 'Edit keys of command';
|
||||||
lisChooseAKey = 'Choose a key ...';
|
lisChooseAKey = 'Choose a key ...';
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user