1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-04 14:55:41 +02:00

Added a message for allowable range in integer field editor

This commit is contained in:
Kushal Munir 2006-05-10 12:08:55 +00:00
parent 296167dee2
commit 9888d4415f

View file

@ -20,6 +20,10 @@ Contributors:
<Component Name="Remote_System_Explorer" Abbr="RSE"> <Component Name="Remote_System_Explorer" Abbr="RSE">
<Subcomponent Name="General" Abbr="G"> <Subcomponent Name="General" Abbr="G">
<MessageList> <MessageList>
<Message ID="0402" Indicator="E">
<LevelOne>%1 must be between %2 and %3.</LevelOne>
<LevelTwo></LevelTwo>
</Message>
<Message ID="1001" Indicator="U"> <Message ID="1001" Indicator="U">
<LevelOne>Under construction</LevelOne> <LevelOne>Under construction</LevelOne>
<LevelTwo>This function is not yet available.</LevelTwo> <LevelTwo>This function is not yet available.</LevelTwo>