Code

Updated english
authorcajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 21 Apr 2010 10:21:00 +0000 (10:21 +0000)
committercajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 21 Apr 2010 10:21:00 +0000 (10:21 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17772 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/ihtml/themes/default/login.tpl

index 3867301cc4ed86b175bbd0f5d29b142b8cce2ec7..569ca42506ad09d0a9d2540636f3ad02764351d3 100644 (file)
@@ -28,7 +28,7 @@
   
     <div class='login-box'>
      <div class='login-box-header'>
-     {t}Sign in{/t}
+     {t}Login to GOsa{/t}
      </div>
 
      <div class='login-box-container'>
      
      <div class='login-element-container'>
       <div class='login-label'>
-       <select size='1' name='server'  title='{t}Directory{/t}'>
+       <select size='1' name='server'  title='{t}Choose the directory to work on{/t}'>
        {html_options options=$server_options selected=$server_id}
        </select>
       </div>
       <div class='right'>
-       <button type='submit' name='login' title='{t}Click here to log in{/t}' onFocus="nextfield='login';">{t}Sign in{/t}</button>
-       <input type='hidden' name='login' value='{t}Sign in{/t}' />             
+       <button type='submit' name='login' title='{t}Click here to log in{/t}' onFocus="nextfield='login';">{t}Log in{/t}</button>
+       <input type='hidden' name='login' value='{t}Log in{/t}' />             
       </div>
       <div class="clear"></div>
      </div>