fix typo in RegisterRepoWizard labels
authorBruno Sinou <bsinou@argeo.org>
Fri, 15 Mar 2013 16:56:48 +0000 (16:56 +0000)
committerBruno Sinou <bsinou@argeo.org>
Fri, 15 Mar 2013 16:56:48 +0000 (16:56 +0000)
git-svn-id: https://svn.argeo.org/slc/trunk@6146 4cfe0d0a-d680-48aa-b62c-e0a02a3f76cc

plugins/org.argeo.slc.client.ui.dist/src/main/java/org/argeo/slc/client/ui/dist/wizards/RegisterRepoWizard.java

index fbc7c639d6c549d9ee9306b1894f652f02864662..76df0627411671420af322b6930c134e4bd87c10 100644 (file)
@@ -177,7 +177,7 @@ public class RegisterRepoWizard extends Wizard {
                        uri = createLT(composite, "URI", DEFAULT_URI);
 
                        final Button anonymousLogin = createLC(composite,
-                                       "log as anonymous", true);
+                                       "Log as anonymous", true);
                        anonymousLogin.addSelectionListener(new SelectionListener() {
                                public void widgetSelected(SelectionEvent e) {
                                        if (anonymousLogin.getSelection()) {