|
From: <caw...@us...> - 2007-01-22 21:41:37
|
Revision: 1851
http://svn.sourceforge.net/rubyeclipse/?rev=1851&view=rev
Author: cawilliams
Date: 2007-01-22 13:41:36 -0800 (Mon, 22 Jan 2007)
Log Message:
-----------
Modified Paths:
--------------
trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/RubyUIMessages.java
trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/RubyUIMessages.properties
Modified: trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/RubyUIMessages.java
===================================================================
--- trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/RubyUIMessages.java 2007-01-22 21:18:52 UTC (rev 1850)
+++ trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/RubyUIMessages.java 2007-01-22 21:41:36 UTC (rev 1851)
@@ -28,8 +28,6 @@
public static String TypeSelectionDialog_errorTitle;
public static String TypeSelectionDialog_dialogMessage;
public static String RubyElementLabels_default_package;
-
-
public static String RdtUiPlugin_internalErrorOccurred;
public static String RubyProjectLibraryPage_project;
public static String RubyProjectLibraryPage_elementNotIProject;
Modified: trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/RubyUIMessages.properties
===================================================================
--- trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/RubyUIMessages.properties 2007-01-22 21:18:52 UTC (rev 1850)
+++ trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/RubyUIMessages.properties 2007-01-22 21:41:36 UTC (rev 1851)
@@ -23,10 +23,12 @@
RubyBasePreferencePage_label=General Properties
RubyProjectPropertyPage_rubyProjectClosed=The project selected is a Ruby project, but is closed.
-RubyProjectPropertyPage_performOkExceptionDialogTitle=Unable to save
+RubyProjectPropertyPage_performOkException=Unable to save
RubyProjectPropertyPage_performOkExceptionDialogMessage=ERROR: Unable to save project properties.
FoldingConfigurationBlock_info_no_preferences= The selected folding provider did not provide a preference control
+FoldingConfigurationBlock_error_not_exist= The selected folding provider does not exist
+
#########################################
# Various Dialogs
#########################################
@@ -82,6 +84,8 @@
#########
# misc
#########
+OptionalMessageDialog_dontShowAgain= Do not show this message again
+
RubyAnnotationHover_multipleMarkersAtThisLine=Multiple markers at this line
HTMLTextPresenter_ellipsis=...
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|