[jbosstools-commits] JBoss Tools SVN: r41044 - trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/messages.

jbosstools-commits at lists.jboss.org jbosstools-commits at lists.jboss.org
Wed May 16 04:55:23 EDT 2012


Author: xcoulon
Date: 2012-05-16 04:55:23 -0400 (Wed, 16 May 2012)
New Revision: 41044

Modified:
   trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/messages/OpenShiftExpressUIMessages.properties
Log:
Fixed - JBIDE-11805
Renaming actions in the OpenShift Explorer context menus

Modified: trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/messages/OpenShiftExpressUIMessages.properties
===================================================================
--- trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/messages/OpenShiftExpressUIMessages.properties	2012-05-16 08:49:19 UTC (rev 41043)
+++ trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/messages/OpenShiftExpressUIMessages.properties	2012-05-16 08:55:23 UTC (rev 41044)
@@ -1,17 +1,17 @@
 HOSTNAME_NOT_ANSWERING=We weren''t able to lookup your hostname ({0}) in a reasonable amount of time. This can happen periodically and will just take an extra minute or two to propagate depending on where you are in the world.\nOnce you are able to access your application in a browser, you can then clone your git repository.\nIf you can''t get your application running in the browser, you can also try destroying and recreating the application as well using this Wizard.\n\nIf this doesn''t work for you, let us know in the forums or in IRC and we''ll make sure to get you up and running.\n\nForums\: https\://www.redhat.com/openshift/forums/express\n\nIRC\: \#openshift (on Freenode)
-TAIL_SERVER_LOG_ACTION=Remote console 
+TAIL_SERVER_LOG_ACTION=Show Remote Logs
 
 # 
-CREATE_OR_EDIT_DOMAIN_ACTION=Create or Edit Domain
+CREATE_OR_EDIT_DOMAIN_ACTION=Create or Edit Domain...
 DELETE_DOMAIN_ACTION=Delete Domain
 #
 SHOW_IN_ACTION_GROUP=Show In
 SHOW_IN_BROWSER_ACTION=Web Browser
 DELETE_APPLICATION_ACTION=Delete Application(s)
-CREATE_APPLICATION_ACTION=New OpenShift Application
-IMPORT_APPLICATION_ACTION=Import Application
-CREATE_SERVER_ADAPTER_ACTION=Create a Server Adapter
-EDIT_CARTRIDGES_ACTION=Edit Embeddable Cartridges
+CREATE_APPLICATION_ACTION=New OpenShift Application...
+IMPORT_APPLICATION_ACTION=Import Application...
+CREATE_SERVER_ADAPTER_ACTION=Create a Server Adapter...
+EDIT_CARTRIDGES_ACTION=Edit Embedded Cartridges...
 MAKE_SNAPSHOT_ACTION=Pull down Application Snapshot
 
 SHOW_PROPERTIES_VIEW_ACTION=Properties
@@ -23,7 +23,7 @@
 DELETE_CONNECTION_ACTION=Disconnect
 
 USER_NOT_CONNECTED_LABEL=<User is not connected>
-LOADING_USER_APPLICATIONS_LABEL=Loading
+LOADING_USER_APPLICATIONS_LABEL=Loading...
 
 
 



More information about the jbosstools-commits mailing list