Skip to content

Commit

Permalink
Menu item should be "Line Opacity"
Browse files Browse the repository at this point in the history
- To match the Appearance tab
- Dialog box should say "Opacity"
  • Loading branch information
Phillipus committed Oct 6, 2024
1 parent ccf93b4 commit 434787c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ protected Control createDialogArea(Composite parent) {
composite.setLayout(new GridLayout(2, true));

Label label = new Label(composite, SWT.NONE);
label.setText(Messages.OpacityAction_0 + ": "); //$NON-NLS-1$
label.setText(Messages.OpacityAction_1 + ": "); //$NON-NLS-1$

fSpinner = new Spinner(composite, SWT.BORDER);
fSpinner.setMinimum(0);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ LockObjectAction_2=Unlock

OpacityAction_0=Fill Opacity
OpacityAction_1=Opacity
OutlineOpacityAction_0=Outline Opacity
OutlineOpacityAction_0=Line Opacity

PasteAction_0=&Paste
PasteSpecialAction_0=Paste Special
Expand Down

0 comments on commit 434787c

Please sign in to comment.