mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-03 22:35:43 +02:00
Added a message for allowable range in integer field editor
This commit is contained in:
parent
296167dee2
commit
9888d4415f
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@ Contributors:
|
|||
<Component Name="Remote_System_Explorer" Abbr="RSE">
|
||||
<Subcomponent Name="General" Abbr="G">
|
||||
<MessageList>
|
||||
<Message ID="0402" Indicator="E">
|
||||
<LevelOne>%1 must be between %2 and %3.</LevelOne>
|
||||
<LevelTwo></LevelTwo>
|
||||
</Message>
|
||||
<Message ID="1001" Indicator="U">
|
||||
<LevelOne>Under construction</LevelOne>
|
||||
<LevelTwo>This function is not yet available.</LevelTwo>
|
||||
|
|
Loading…
Add table
Reference in a new issue