|
From: <caw...@us...> - 2007-04-21 00:29:12
|
Revision: 2360
http://svn.sourceforge.net/rubyeclipse/?rev=2360&view=rev
Author: cawilliams
Date: 2007-04-20 17:29:10 -0700 (Fri, 20 Apr 2007)
Log Message:
-----------
wrap the text and use double single-quotes to make them show up
Modified Paths:
--------------
trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/preferences/PreferencesMessages.properties
Modified: trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/preferences/PreferencesMessages.properties
===================================================================
--- trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/preferences/PreferencesMessages.properties 2007-04-21 00:04:19 UTC (rev 2359)
+++ trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/preferences/PreferencesMessages.properties 2007-04-21 00:29:10 UTC (rev 2360)
@@ -167,7 +167,7 @@
DebuggerPreferencePage_description_label=Debugger preferences
DebuggerPreferencePage_useRubyDebug_label=Use ruby-debug library
DebuggerPreferencePage_verboseDebugger_label=Debugger verbose mode
-DebuggerPreferencePage_useRubyDebug_comment=In order to use ruby-debug you have to install the gem ruby-debug-ide, version 0.1 is compatible with this release of RDT. You should always take the latest service release (currently being 0.1.2)\nFor the installation you usually have to enter 'gem install ruby-debug-ide'
+DebuggerPreferencePage_useRubyDebug_comment=In order to use ruby-debug you have to install the gem ruby-debug-ide,\n version 0.1 is compatible with this release of RDT.\nYou should always take the latest service release (currently being 0.1.2)\nFor the installation you usually have to enter ''gem install ruby-debug-ide''
PropertyAndPreferencePage_useprojectsettings_label=Enable pr&oject specific settings
PropertyAndPreferencePage_useworkspacesettings_change=Configure Workspace Settings...
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|