in progress
authorcmzmasek <cmzmasek@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Wed, 30 Jul 2014 20:02:06 +0000 (20:02 +0000)
committercmzmasek <cmzmasek@ca865154-3058-d1c3-3e42-d8f55a55bdbd>
Wed, 30 Jul 2014 20:02:06 +0000 (20:02 +0000)
forester/java/src/org/forester/archaeopteryx/MainFrameApplication.java

index ab1f999..444dd94 100644 (file)
@@ -1065,10 +1065,10 @@ public final class MainFrameApplication extends MainFrame {
         _tools_menu.addSeparator();\r
         _tools_menu.add( _remove_visual_styles_item = new JMenuItem( "Delete All Visual Styles From Nodes" ) );\r
         _remove_visual_styles_item\r
-                .setToolTipText( "To remove all node visual styles (fonts, colors) from the current phylogeny." );\r
+                .setToolTipText( "To remove all node visual styles (fonts, colors) from the current phylogeny" );\r
         customizeJMenuItem( _remove_visual_styles_item );\r
         _tools_menu.add( _remove_branch_color_item = new JMenuItem( "Delete All Colors From Branches" ) );\r
-        _remove_branch_color_item.setToolTipText( "To remove all branch color values from the current phylogeny." );\r
+        _remove_branch_color_item.setToolTipText( "To remove all branch color values from the current phylogeny" );\r
         customizeJMenuItem( _remove_branch_color_item );\r
         _tools_menu.addSeparator();\r
         _tools_menu.add( _annotate_item = new JMenuItem( "Annotate Sequences of Selected Nodes" ) );\r