Index: trunk/src/org/openstreetmap/josm/gui/download/DownloadDialog.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/download/DownloadDialog.java	(revision 3974)
+++ trunk/src/org/openstreetmap/josm/gui/download/DownloadDialog.java	(revision 3975)
@@ -410,5 +410,5 @@
                         DownloadDialog.this,
                         tr("<html>Neither <strong>{0}</strong> nor <strong>{1}</strong> is enabled.<br>"
-                                + "Please chose to either download OSM data, or GPX data, or both.</html>",
+                                + "Please choose to either download OSM data, or GPX data, or both.</html>",
                                 cbDownloadOsmData.getText(),
                                 cbDownloadGpxData.getText()
Index: trunk/src/org/openstreetmap/josm/gui/help/HelpBrowser.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/help/HelpBrowser.java	(revision 3974)
+++ trunk/src/org/openstreetmap/josm/gui/help/HelpBrowser.java	(revision 3975)
@@ -231,10 +231,11 @@
      */
     protected void handleMissingHelpContent(String relativeHelpTopic) {
+        // i18n: do not translate "warning-header" and "warning-body"
         String message = tr("<html><p class=\"warning-header\">Help content for help topic missing</p>"
                 + "<p class=\"warning-body\">Help content for the help topic <strong>{0}</strong> is "
-                + "not available yet. It is missing both in your local language ({1}) and in english.<br><br>"
+                + "not available yet. It is missing both in your local language ({1}) and in English.<br><br>"
                 + "Please help to improve the JOSM help system and fill in the missing information. "
                 + "You can both edit the <a href=\"{2}\">help topic in your local language ({1})</a> and "
-                + "the <a href=\"{3}\">help topic in english</a>."
+                + "the <a href=\"{3}\">help topic in English</a>."
                 + "</p></html>",
                 relativeHelpTopic,
@@ -268,5 +269,5 @@
      *
      * First tries to load the language specific help topic. If it is missing, tries to
-     * load the topic in english.
+     * load the topic in English.
      *
      * @param relativeHelpTopic the relative help topic
