### Eclipse Workspace Patch 1.0
#P JOSM
Index: src/org/openstreetmap/josm/gui/oauth/ManualAuthorizationUI.java
===================================================================
--- src/org/openstreetmap/josm/gui/oauth/ManualAuthorizationUI.java	(revision 4398)
+++ src/org/openstreetmap/josm/gui/oauth/ManualAuthorizationUI.java	(working copy)
@@ -56,8 +56,8 @@
         pnlMessage= new HtmlPanel();
         pnlMessage.setText("<html><body>"
                 + tr("Please enter an OAuth Access Token which is authorized to access the OSM server "
-                + "''{0}''.",
-                getApiUrl()) + "</body></html>");
+                        + "''{0}''.",
+                        getApiUrl()) + "</body></html>");
         pnl.add(pnlMessage, gc);
 
         // the access token key input field
@@ -94,7 +94,7 @@
         gc.gridx = 0;
         gc.gridwidth =2;
         gc.weightx = 1.0;
-        pnl.add(cbSaveToPreferences = new JCheckBox(tr("Save Access Token to preferences")), gc);
+        pnl.add(cbSaveToPreferences = new JCheckBox(tr("Save Access Token in preferences")), gc);
         cbSaveToPreferences.setSelected(OAuthAccessTokenHolder.getInstance().isSaveToPreferences());
 
         // filler - grab remaining space
@@ -141,7 +141,7 @@
                 + "''{0}''."
                 + "</body></html>",
                 getApiUrl()
-        ));
+                ));
     }
 
     protected void build() {
@@ -240,7 +240,7 @@
                     getApiUrl(),
                     getAdvancedPropertiesPanel().getAdvancedParameters(),
                     getAccessToken()
-            );
+                    );
             Main.worker.submit(task);
         }
 
