Skip to content

Commit

Permalink
Remove non-translated string comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewaterlander committed May 30, 2024
1 parent 44f19ee commit f58aaa5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public void createControl(Composite parent) {

Button genSourceButton = new Button(buttonComp, SWT.CHECK);
genSourceButton.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false));
genSourceButton.setText("Create Hello World Source and Makefile example"); //$NON-NLS-1$
genSourceButton.setText("Create Hello World Source and Makefile example");
genSourceButton.setSelection(generateSource);
genSourceButton.addSelectionListener(new SelectionAdapter() {
@Override
Expand Down

0 comments on commit f58aaa5

Please sign in to comment.