|
From: <caw...@us...> - 2007-05-29 15:32:43
|
Revision: 2552
http://svn.sourceforge.net/rubyeclipse/?rev=2552&view=rev
Author: cawilliams
Date: 2007-05-29 08:31:48 -0700 (Tue, 29 May 2007)
Log Message:
-----------
fix some translation strings
Modified Paths:
--------------
trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/rubyeditor/RubyEditorMessages.java
trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/rubyeditor/RubyEditorMessages.properties
Modified: trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/rubyeditor/RubyEditorMessages.java
===================================================================
--- trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/rubyeditor/RubyEditorMessages.java 2007-05-29 15:05:48 UTC (rev 2551)
+++ trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/rubyeditor/RubyEditorMessages.java 2007-05-29 15:31:48 UTC (rev 2552)
@@ -33,17 +33,14 @@
public static String Editor_FoldingMenu_name;
public static String ToggleComment_error_title;
public static String ToggleComment_error_message;
- public static String CompletionProcessor_ContextInfo_value_pattern;
- public static String CompletionProcessor_ContextInfo_display_pattern;
public static String EditorUtility_concatModifierStrings;
+ public static String ShowRDoc_label;
private static ResourceBundle fgResourceBundle = ResourceBundle.getBundle(BUNDLE_NAME);
private static final String BUNDLE_FOR_CONSTRUCTED_KEYS= "org.rubypeople.rdt.internal.ui.rubyeditor.ConstructedRubyEditorMessages";//$NON-NLS-1$
private static ResourceBundle fgBundleForConstructedKeys= ResourceBundle.getBundle(BUNDLE_FOR_CONSTRUCTED_KEYS);
- public static String ShowRDoc_label;
-
/**
* Returns the message bundle which contains constructed keys.
*
Modified: trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/rubyeditor/RubyEditorMessages.properties
===================================================================
--- trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/rubyeditor/RubyEditorMessages.properties 2007-05-29 15:05:48 UTC (rev 2551)
+++ trunk/org.rubypeople.rdt.ui/src/org/rubypeople/rdt/internal/ui/rubyeditor/RubyEditorMessages.properties 2007-05-29 15:31:48 UTC (rev 2552)
@@ -21,4 +21,6 @@
ToggleComment_error_title=Toggle Comment
ToggleComment_error_message=An error occurred while toggling comments.
-EditorUtility_concatModifierStrings= {0} + {1}
\ No newline at end of file
+EditorUtility_concatModifierStrings= {0} + {1}
+
+ShowRDoc_label=Show T&ooltip Description
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|