fixes #997
authorn.hoffmann <n.hoffmann@localhost>
Tue, 8 Sep 2009 09:41:16 +0000 (09:41 +0000)
committern.hoffmann <n.hoffmann@localhost>
Tue, 8 Sep 2009 09:41:16 +0000 (09:41 +0000)
taxeditor-store/src/main/java/eu/etaxonomy/taxeditor/dialogs/FilteredNameSelectionDialog.java

index 061b6064cc0381448e9559104f2834e1ced855eb..38e3d27f8427cda7350a654c1e77970df0463754 100644 (file)
@@ -43,7 +43,7 @@ public class FilteredNameSelectionDialog extends AbstractFilteredCdmResourceSele
        */
        public static TaxonNameBase selectName(Shell shell) {
                FilteredNameSelectionDialog dialog = new FilteredNameSelectionDialog(shell, 
-                               "Choose a reference", false);
+                               "Choose a name", false);
                if (dialog.open() == Window.CANCEL) {
                        return null;
                }