in progress
authorcmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Wed, 15 Oct 2014 00:28:31 +0000 (00:28 +0000)
committercmzmasek@gmail.com <cmzmasek@gmail.com@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Wed, 15 Oct 2014 00:28:31 +0000 (00:28 +0000)
forester/java/src/org/forester/archaeopteryx/MainFrame.java

index aa4b40e..6d2ebfc 100644 (file)
@@ -105,7 +105,7 @@ public abstract class MainFrame extends JFrame implements ActionListener {
     static final String         UNIFORM_CLADOGRAMS_LABEL                = "Total Node Sum Dependent Cladograms";\r
     static final String         LABEL_DIRECTION_LABEL                   = "Radial Labels";\r
     static final String         LABEL_DIRECTION_TIP                     = "To use radial node labels in radial and unrooted display types";\r
-    static final String         SEARCH_WITH_REGEX_TIP                   = "To search using regular expressions (Java style). For example, use \"^B.+\\d{2,}$\" to search for everything starting with a B and ending with at least two digits.";\r
+    static final String         SEARCH_WITH_REGEX_TIP                   = "To search using regular expressions (~Java/Perl syntax). For example, use \"^B.+\\d{2,}$\" to search for everything starting with a B and ending with at least two digits.";\r
     static final String         SCREEN_ANTIALIAS_LABEL                  = "Antialias";\r
     static final String         COLOR_LABELS_LABEL                      = "Colorize Labels Same as Parent Branch";\r
     static final String         BG_GRAD_LABEL                           = "Background Color Gradient";\r