From da8228750ab52b1f6ccf1848aeb48bd651e5b600 Mon Sep 17 00:00:00 2001 From: Peter Hormanns < Date: Wed, 31 Oct 2012 11:51:53 +0100 Subject: [PATCH] typo --- hsarweb/src/de/hsadmin/web/AbstractModule.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hsarweb/src/de/hsadmin/web/AbstractModule.java b/hsarweb/src/de/hsadmin/web/AbstractModule.java index 1078389..2fa1076 100644 --- a/hsarweb/src/de/hsadmin/web/AbstractModule.java +++ b/hsarweb/src/de/hsadmin/web/AbstractModule.java @@ -151,7 +151,7 @@ public abstract class AbstractModule implements Module, Serializable { application.setRunAs(property.getValue().toString()); } }); - toolbar.addComponent(new Label(application.getLocaleConfig().getText("runAs"))); + toolbar.addComponent(new Label(application.getLocaleConfig().getText("runas"))); toolbar.addComponent(selRunAs); }