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