|
From: <caw...@us...> - 2007-08-14 15:03:26
|
Revision: 2969
http://rubyeclipse.svn.sourceforge.net/rubyeclipse/?rev=2969&view=rev
Author: cawilliams
Date: 2007-08-14 08:03:22 -0700 (Tue, 14 Aug 2007)
Log Message:
-----------
fix some text
Modified Paths:
--------------
trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/rubyeditor/WorkingCopyManager.java
Modified: trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/rubyeditor/WorkingCopyManager.java
===================================================================
--- trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/rubyeditor/WorkingCopyManager.java 2007-08-13 21:21:51 UTC (rev 2968)
+++ trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/rubyeditor/WorkingCopyManager.java 2007-08-14 15:03:22 UTC (rev 2969)
@@ -23,7 +23,7 @@
import org.rubypeople.rdt.ui.IWorkingCopyManagerExtension;
/**
- * This working copy manager works together with a given compilation unit
+ * This working copy manager works together with a given ruby script
* document provider and additionally offers to "overwrite" the working copy
* provided by this document provider.
*/
@@ -35,7 +35,7 @@
/**
* Creates a new working copy manager that co-operates with the given
- * compilation unit document provider.
+ * ruby script document provider.
*
* @param provider
* the provider
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|