|
From: <caw...@us...> - 2007-01-11 14:18:04
|
Revision: 1761
http://svn.sourceforge.net/rubyeclipse/?rev=1761&view=rev
Author: cawilliams
Date: 2007-01-11 06:17:59 -0800 (Thu, 11 Jan 2007)
Log Message:
-----------
fix ticket #229 - some raw translation keys are being shown, rather than their text.
Modified Paths:
--------------
trunk/org.rubypeople.rdt.ui/plugin.properties
Modified: trunk/org.rubypeople.rdt.ui/plugin.properties
===================================================================
--- trunk/org.rubypeople.rdt.ui/plugin.properties 2007-01-11 02:05:29 UTC (rev 1760)
+++ trunk/org.rubypeople.rdt.ui/plugin.properties 2007-01-11 14:17:59 UTC (rev 1761)
@@ -33,7 +33,7 @@
viewCategoryName=Ruby
appearancePrefName=Appearance
-problemSeveritiesPageName=Errors/Warnings
+problemSeveritiesPrefName=Errors/Warnings
preferenceKeywords.general=Ruby resources call type hierarchy refactoring search
preferenceKeywords.appearance=Ruby appearance resources browsing
@@ -149,6 +149,8 @@
rubyEditorFontDefiniton.label= Ruby Editor Text Font
rubyEditorFontDefintion.description= The Ruby editor text font is used by Ruby editors.
+SurroundWithBeginRescueAction.label=Surround with begin/rescue Block
+
##########################################################################
# Rdoc Support
##########################################################################
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|