File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
pm.eclipse.editbox/src/pm/eclipse/editbox/pref Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ public void widgetSelected(SelectionEvent e) {
7070 folder = new TabFolder (c , SWT .NONE );
7171 folder .setLayoutData (new GridData (GridData .FILL_BOTH ));
7272 TabItem ti = new TabItem (folder , SWT .NONE );
73- ti .setText ("Themes " );
73+ ti .setText ("Categories " );
7474 ti .setControl (createCategoryControl (folder ));
7575 folder .pack ();
7676 return c ;
@@ -81,7 +81,7 @@ protected Control createCategoryControl(Composite parent) {
8181 c .setLayout (new GridLayout (2 , true ));
8282
8383 Label categoryLabel = new Label (c , SWT .NONE );
84- categoryLabel .setText ("Themes " );
84+ categoryLabel .setText ("Categories " );
8585
8686 Label namesLabel = new Label (c , SWT .NONE );
8787 namesLabel .setText ("Associated file names" );
You can’t perform that action at this time.
0 commit comments