|
From: <caw...@us...> - 2007-07-20 16:20:56
|
Revision: 2811
http://svn.sourceforge.net/rubyeclipse/?rev=2811&view=rev
Author: cawilliams
Date: 2007-07-20 09:20:53 -0700 (Fri, 20 Jul 2007)
Log Message:
-----------
add some missing strings for hierarchy code
Modified Paths:
--------------
trunk/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/util/messages.properties
Modified: trunk/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/util/messages.properties
===================================================================
--- trunk/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/util/messages.properties 2007-07-20 16:17:13 UTC (rev 2810)
+++ trunk/org.rubypeople.rdt.core/src/org/rubypeople/rdt/internal/core/util/messages.properties 2007-07-20 16:20:53 UTC (rev 2811)
@@ -9,9 +9,14 @@
# IBM Corporation - initial API and implementation
###############################################################################
-### RubyModel messages_
+### RubyModel messages.
-hierarchy_nullRegion= Region cannot be null
+### hierarchy
+hierarchy_nullProject = Project argument cannot be null
+hierarchy_nullRegion = Region cannot be null
+hierarchy_nullFocusType = Type focus cannot be null
+hierarchy_creating = Creating type hierarchy...
+hierarchy_creatingOnType = Creating type hierarchy on {0}...
### ruby element
element_doesNotExist = {0} does not exist
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|