Index: trunk/src/org/openstreetmap/josm/gui/oauth/ManualAuthorizationUI.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/oauth/ManualAuthorizationUI.java	(revision 4456)
+++ trunk/src/org/openstreetmap/josm/gui/oauth/ManualAuthorizationUI.java	(revision 4457)
@@ -57,6 +57,6 @@
         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);
 
@@ -95,5 +95,5 @@
         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());
 
