|
From: Markus B. <mba...@us...> - 2005-10-24 22:57:54
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7433/src/org/rubypeople/rdt/internal/ui Modified Files: RubyUIMessages.properties Log Message: updated search for Method Index: RubyUIMessages.properties =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/RubyUIMessages.properties,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** RubyUIMessages.properties 4 Oct 2005 22:42:40 -0000 1.8 --- RubyUIMessages.properties 24 Oct 2005 22:57:42 -0000 1.9 *************** *** 96,99 **** --- 96,108 ---- ######################################### + # Ruby Search Page + ######################################### + RubySearch.SearchForClassSymbol=Class + RubySearch.SearchForMethodSymbol=Method + RubySearchPage.SearchForGroupLabel=Search for + RubySearch.ResultLabel=Search for {0} with pattern {1} + + + ######################################### # Wizards ######################################### *************** *** 127,129 **** 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 --- 136,139 ---- 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 ! |