HSAdmin Backend Domains, E-Mail, Datenbanken
Peter Hormanns
2012-10-31 da8228750ab52b1f6ccf1848aeb48bd651e5b600
typo
1 files modified
2 ■■■ changed files
hsarweb/src/de/hsadmin/web/AbstractModule.java 2 ●●● patch | view | raw | blame | history
hsarweb/src/de/hsadmin/web/AbstractModule.java
@@ -151,7 +151,7 @@
                application.setRunAs(property.getValue().toString());
            }
        });
        toolbar.addComponent(new Label(application.getLocaleConfig().getText("runAs")));
        toolbar.addComponent(new Label(application.getLocaleConfig().getText("runas")));
        toolbar.addComponent(selRunAs);
    }