Skip to content

Commit

Permalink
plugins/remote-actions-extra: Tweak text.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulosousadias committed Nov 7, 2023
1 parent c4dbbda commit 93cea78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 93cea78

Please sign in to comment.