Improved Templates i.e.
[phpeclipse.git] / archive / net.sourceforge.phpeclipse.wiki / src / net / sourceforge / phpeclipse / wiki / preferences / UserValidationDialog.java
index 50633da..5ffc1fc 100644 (file)
@@ -227,7 +227,7 @@ public class UserValidationDialog extends Dialog {
    *          the parent of the widgets
    */
   protected void createUsernameFields(Composite parent) {
-    new Label(parent, SWT.NONE).setText(Messages.getString("UserValidationDialog.fUser")); //$NON-NLS-1$
+    new Label(parent, SWT.NONE).setText(Messages.getString("UserValidationDialog.user")); //$NON-NLS-1$
 
     usernameField = new Text(parent, SWT.BORDER);
     GridData data = new GridData(GridData.FILL_HORIZONTAL);