Fix Typos
diff --git a/org.eclipse.rmf.reqif10.pror.editor/src/org/eclipse/rmf/reqif10/pror/editor/actions/SpecificationWebPrintAction.java b/org.eclipse.rmf.reqif10.pror.editor/src/org/eclipse/rmf/reqif10/pror/editor/actions/SpecificationWebPrintAction.java index fdc43b3..be62752 100644 --- a/org.eclipse.rmf.reqif10.pror.editor/src/org/eclipse/rmf/reqif10/pror/editor/actions/SpecificationWebPrintAction.java +++ b/org.eclipse.rmf.reqif10.pror.editor/src/org/eclipse/rmf/reqif10/pror/editor/actions/SpecificationWebPrintAction.java
@@ -161,7 +161,7 @@ new Label(container, SWT.NONE).setText(""); rememberSettingButton = new Button(container, SWT.CHECK); - new Label(container, SWT.NONE).setText("Don't ask me again."); + new Label(container, SWT.NONE).setText("Remember settings and don't ask me again."); new Label(container, SWT.NONE).setText(""); new Label(container, SWT.NONE).setText("(Settings can be changed through ReqIF Settings.)");
diff --git a/org.eclipse.rmf.reqif10.pror.editor/src/org/eclipse/rmf/reqif10/pror/editor/preferences/ProRSpecificationWebPrintPreferencePage.java b/org.eclipse.rmf.reqif10.pror.editor/src/org/eclipse/rmf/reqif10/pror/editor/preferences/ProRSpecificationWebPrintPreferencePage.java index cc871a7..5e938ed 100644 --- a/org.eclipse.rmf.reqif10.pror.editor/src/org/eclipse/rmf/reqif10/pror/editor/preferences/ProRSpecificationWebPrintPreferencePage.java +++ b/org.eclipse.rmf.reqif10.pror.editor/src/org/eclipse/rmf/reqif10/pror/editor/preferences/ProRSpecificationWebPrintPreferencePage.java
@@ -32,11 +32,11 @@ protected void createFieldEditors() { addField(new BooleanFieldEditor( PreferenceConstants.P_WEB_EXPORT_INLUDE_OUTGOING_SPEC_RELATIONS, - "Print outgoing links by default.", + "Print outgoing Links.", getFieldEditorParent())); addField(new BooleanFieldEditor(PreferenceConstants.P_WEB_EXPORT_INLUDE_INCOMING_SPEC_RELATIONS, - "Print incoming Links ba default.", getFieldEditorParent())); + "Print incoming Links.", getFieldEditorParent())); addField(new BooleanFieldEditor( PreferenceConstants.P_WEB_EXPORT_ALWAYS_ASK_FOR_SPEC_RELATIONS,