|
From: Markus B. <mba...@us...> - 2005-10-04 22:42:52
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20612/src/org/rubypeople/rdt/internal/ui Modified Files: RubyUIMessages.properties Log Message: correction to RDocExecutionErrorAdditionalMessageWithStderr Index: RubyUIMessages.properties =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/RubyUIMessages.properties,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** RubyUIMessages.properties 25 Sep 2005 16:49:42 -0000 1.7 --- RubyUIMessages.properties 4 Oct 2005 22:42:40 -0000 1.8 *************** *** 125,129 **** RDocExecutionErrorTitle=Ruby process exited with value {0} RDocExecutionError=Ruby running rdoc exited abnormally. A possble reason is a wrong Rdoc path. Please check the path for rdoc in the preference page. ! RDocExecutionErrorAdditionalMessageWithStderr=The process was started with: {0}. The last line of stderr of the ruby process: {0}. RDocExecutionErrorAdditionalMessage=The process was started with: {0}. The process did not write any messages to stderr. ErrorRunningRdocTitle=Error running RDoc \ No newline at end of file --- 125,129 ---- RDocExecutionErrorTitle=Ruby process exited with value {0} RDocExecutionError=Ruby running rdoc exited abnormally. A possble reason is a wrong Rdoc path. Please check the path for rdoc in the preference page. ! RDocExecutionErrorAdditionalMessageWithStderr=The process was started with: {0}. The last line of stderr of the ruby process: {1}. RDocExecutionErrorAdditionalMessage=The process was started with: {0}. The process did not write any messages to stderr. ErrorRunningRdocTitle=Error running RDoc \ No newline at end of file |