IDE: resourcestring

git-svn-id: trunk@47423 -
This commit is contained in:
mattias 2015-01-19 10:44:43 +00:00
parent bdff62de2b
commit 7cc8d6fb84
2 changed files with 2 additions and 1 deletions

View File

@ -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;

View File

@ -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 ...';