|
From: <caw...@us...> - 2007-01-22 20:54:15
|
Revision: 1846
http://svn.sourceforge.net/rubyeclipse/?rev=1846&view=rev
Author: cawilliams
Date: 2007-01-22 12:54:14 -0800 (Mon, 22 Jan 2007)
Log Message:
-----------
try to move us towards using only subclasses of NLS for translations - so we get accurate information on what strings are missing and what are unused.
Modified Paths:
--------------
trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/ui/actions/ActionMessages.properties
Modified: trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/ui/actions/ActionMessages.properties
===================================================================
--- trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/ui/actions/ActionMessages.properties 2007-01-22 20:53:51 UTC (rev 1845)
+++ trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/ui/actions/ActionMessages.properties 2007-01-22 20:54:14 UTC (rev 1846)
@@ -1,3 +1,3 @@
-SurroundWithBeginRescueAction.label=Surround with begin...rescue
-SurroundWithBeginRescueAction.error=Error occurred while surrounding code with begin..rescue block
-SurroundWithBeginRescueAction.dialog.title=Surround with begin...rescue
\ No newline at end of file
+SurroundWithBeginRescueAction_label=Surround with begin...rescue
+SurroundWithBeginRescueAction_error=Error occurred while surrounding code with begin..rescue block
+SurroundWithBeginRescueAction_dialog_title=Surround with begin...rescue
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|