mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 07:35:24 +02:00
[226784] fix: [nls] Review Canceled vs. Cancelled in NLS Strings
This commit is contained in:
parent
c75fe00c51
commit
2f99262ffc
1 changed files with 2 additions and 2 deletions
|
@ -63,7 +63,7 @@ Kevin Doyle (IBM) - [160769] Added message for invalid filter when moving files
|
|||
|
||||
|
||||
<Message ID="1013" Indicator="E">
|
||||
<LevelOne>Expand failed or canceled. Try again.</LevelOne>
|
||||
<LevelOne>Expand failed or cancelled. Try again.</LevelOne>
|
||||
<LevelTwo>When expanding a node in the tree, and retrieving the resources, either an error occurred or you cancelled the operation. The expand is cancelled.</LevelTwo>
|
||||
</Message>
|
||||
<Message ID="1014" Indicator="E">
|
||||
|
@ -224,7 +224,7 @@ Kevin Doyle (IBM) - [160769] Added message for invalid filter when moving files
|
|||
<LevelTwo></LevelTwo>
|
||||
</Message>
|
||||
<Message ID="1067" Indicator="E">
|
||||
<LevelOne>Operation canceled.</LevelOne>
|
||||
<LevelOne>Operation cancelled.</LevelOne>
|
||||
<LevelTwo></LevelTwo>
|
||||
</Message>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue