Skip to content

Commit 2d71f7f

Browse files
committed
Tabs are "Categories"
1 parent d258c34 commit 2d71f7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pm.eclipse.editbox/src/pm/eclipse/editbox/pref/EditboxPreferencePage.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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");

0 commit comments

Comments
 (0)