JAL-1424 corrected typos in message text keys
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Thu, 2 Jun 2016 14:06:48 +0000 (15:06 +0100)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Thu, 2 Jun 2016 14:06:48 +0000 (15:06 +0100)
src/jalview/gui/OptsAndParamsPage.java

index 801cb1f..7f1b305 100644 (file)
@@ -114,7 +114,7 @@ public class OptsAndParamsPage
                 .wrapTooltip(
                         true,
                         ((desc == null || desc.trim().length() == 0) ? MessageManager
-                                .getString("label.opt_and_params_further_details ")
+                                .getString("label.opt_and_params_further_details")
                                 : desc)
                                 + "<br><img src=\"" + linkImageURL + "\"/>"));
         enabled.addMouseListener(this);
@@ -357,7 +357,7 @@ public class OptsAndParamsPage
                                         + linkImageURL
                                         + "\"/>"
                                         + MessageManager
-                                                .getString("label.opt_and_params_further_detail")
+                                                .getString("label.opt_and_params_further_details")
                                         : "")));
       }