diff --git a/plugins-dev/remote-actions-extra/src/java/pt/lsts/neptus/plugins/remoteactionsextra/RemoteActionsExtra.java b/plugins-dev/remote-actions-extra/src/java/pt/lsts/neptus/plugins/remoteactionsextra/RemoteActionsExtra.java index eb86a9a557..fe081b2d4e 100644 --- a/plugins-dev/remote-actions-extra/src/java/pt/lsts/neptus/plugins/remoteactionsextra/RemoteActionsExtra.java +++ b/plugins-dev/remote-actions-extra/src/java/pt/lsts/neptus/plugins/remoteactionsextra/RemoteActionsExtra.java @@ -138,7 +138,7 @@ private synchronized void resetUIWithActions() { setLayout(new MigLayout("insets 10px")); if (extraActionsTypesMap.isEmpty()) { - add(new JLabel("No Actions available", SwingConstants.CENTER), "dock center"); + add(new JLabel("No actions available", SwingConstants.CENTER), "dock center"); invalidate(); validate(); repaint(100);