From 55d15c1354b74379cc52f86c414563c31932f924 Mon Sep 17 00:00:00 2001 From: Ariel Backenroth Date: Thu, 8 Feb 2007 23:19:53 +0000 Subject: [PATCH] fix misspeeling of administator git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@5085 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- config/alfresco/messages/template-service.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/alfresco/messages/template-service.properties b/config/alfresco/messages/template-service.properties index 673bc3fa6d..5f6aaf6318 100644 --- a/config/alfresco/messages/template-service.properties +++ b/config/alfresco/messages/template-service.properties @@ -1,5 +1,5 @@ # Template Service externalised display strings -error_no_template=Unable to find the template ''{0}''. Please contact your system adminstrator. -error_template_fail=Error during processing of the template ''{0}''. Please contact your system adminstrator. -error_template_io=IO Error during processing of the template ''{0}''. Please contact your system adminstrator. +error_no_template=Unable to find the template ''{0}''. Please contact your system administrator. +error_template_fail=Error during processing of the template ''{0}''. Please contact your system administrator. +error_template_io=IO Error during processing of the template ''{0}''. Please contact your system administrator.