We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d258c34 commit 2d71f7fCopy full SHA for 2d71f7f
1 file changed
pm.eclipse.editbox/src/pm/eclipse/editbox/pref/EditboxPreferencePage.java
@@ -70,7 +70,7 @@ public void widgetSelected(SelectionEvent e) {
70
folder = new TabFolder(c, SWT.NONE);
71
folder.setLayoutData(new GridData(GridData.FILL_BOTH));
72
TabItem ti = new TabItem(folder, SWT.NONE);
73
- ti.setText("Themes");
+ ti.setText("Categories");
74
ti.setControl(createCategoryControl(folder));
75
folder.pack();
76
return c;
@@ -81,7 +81,7 @@ protected Control createCategoryControl(Composite parent) {
81
c.setLayout(new GridLayout(2, true));
82
83
Label categoryLabel = new Label(c, SWT.NONE);
84
- categoryLabel.setText("Themes");
+ categoryLabel.setText("Categories");
85
86
Label namesLabel = new Label(c, SWT.NONE);
87
namesLabel.setText("Associated file names");
0 commit comments