Author: max.andersen(a)jboss.com
Date: 2012-05-23 18:43:52 -0400 (Wed, 23 May 2012)
New Revision: 41322
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/viewer/actionProvider/ShowEnvironmentActionProvider.java
Log:
JBIDE-11955 cleanad up menu and align with openshift cli terminology. i.e. tail files
instead of remote logs
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-23
22:03:27 UTC (rev 41321)
+++
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/messages/OpenShiftExpressUIMessages.properties 2012-05-23
22:43:52 UTC (rev 41322)
@@ -2,17 +2,12 @@
CREATING_APPLICATION=Creating application \"{0}\"...
OPERATION_CANCELLED=Operation was cancelled by user.
WAITING_FOR_REACHABLE=Waiting for application \"{0}\" to become reachable...
-APPLICATION_NOT_ANSWERING=The application \"{0}\" did not answer 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.\n\
-Once you are able to access your application in a browser, you can then clone your git
repository.\n\
-If 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\n\
-If 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)
-APPLICATION_NOT_ANSWERING_CONTINUE_WAITING=Application \"{0}\" did not answer
so far.\n\nDo you want to continue to wait for it?
+APPLICATION_NOT_ANSWERING=The application "{0}" did not answer 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)
+APPLICATION_NOT_ANSWERING_CONTINUE_WAITING=Application "{0}" did not answer so
far.\n\nDo you want to continue to wait for it?
BTN_KEEP_WAITING=Keep waiting
BTN_CLOSE_WIZARD=Close wizard
-TAIL_SERVER_LOG_ACTION=Show Remote Logs
+TAIL_SERVER_LOG_ACTION=Tail files
#
CREATE_OR_EDIT_DOMAIN_ACTION=Create or Edit Domain...
@@ -27,12 +22,12 @@
EDIT_CARTRIDGES_ACTION=Edit Embedded Cartridges...
MAKE_SNAPSHOT_ACTION=Pull down Application Snapshot
-SHOW_PROPERTIES_VIEW_ACTION=Show Properties
-SHOW_DETAILS_ACTION=Show Details...
+SHOW_PROPERTIES_VIEW_ACTION=Properties
+SHOW_DETAILS_ACTION=Details
REFRESH_VIEWER_ACTION=Refresh
REFRESH_USER_ACTION=Refresh
-SHOW_ENVIRONMENT_ACTION=Show Environment Variables
+SHOW_ENVIRONMENT_ACTION=Environment Variables
DELETE_CONNECTION_ACTION=Disconnect
Modified:
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/viewer/actionProvider/ShowEnvironmentActionProvider.java
===================================================================
---
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/viewer/actionProvider/ShowEnvironmentActionProvider.java 2012-05-23
22:03:27 UTC (rev 41321)
+++
trunk/openshift/plugins/org.jboss.tools.openshift.express.ui/src/org/jboss/tools/openshift/express/internal/ui/viewer/actionProvider/ShowEnvironmentActionProvider.java 2012-05-23
22:43:52 UTC (rev 41322)
@@ -18,7 +18,7 @@
public class ShowEnvironmentActionProvider extends
AbstractOpenShiftExplorerViewerActionProvider {
public ShowEnvironmentActionProvider() {
- super(new ShowEnvironmentAction(), "group.properties");
+ super(new ShowEnvironmentAction(), "group.showIn");
}
}
Show replies by date