[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

lwat improvements



Dear John,

we currently investigate improvements and bugs in DebianEdu/skolelinux
and try to get a working squeeze candidate before Debian freezes it's
package-repository. 

I have seen from the lwat changelog that you prepared the latests
modifications to the source code and would like to ask if it is
possible to include the attached patch which fixes (more or less) a
few annoying typos. 

If you are short in time, I would be happy to commit the changes
myself if that's possible. (Probably the translations have to be
updated too, I would provide a patch for that later).

Best regards,

     Andi






Index: templates/login.tpl
===================================================================
--- templates/login.tpl	(revision 847)
+++ templates/login.tpl	(working copy)
@@ -45,7 +45,7 @@
 	    </form>
 	    <div id=tip>
 	    <H2>{t}Tip{/t}</H2>
-	    {t}Log in using the account of a user a that are allowed to add/edit/delete users and groups from ldap.{/t}<BR>
+	    {t}Log in using the account of a user being allowed to add/edit/delete users and groups from ldap.{/t}<BR>
 	    {t}If no such user has been created already, use the user admin, and the password you entered while ldap was set up.{/t}<BR>
 	    {t}For debian-edu, that means that you log in using the username "admin", and the same password as for the unix root account.{/t}
 	    </div>
Index: share/mailnewuser
===================================================================
--- share/mailnewuser	(revision 847)
+++ share/mailnewuser	(working copy)
@@ -38,7 +38,7 @@
 done 
 if [ "$AGE" ] ; then 
     DATESTAMP="$(date -u -d  -$AGE +%Y%m%d%H%M00Z)"
-    FILTER="$FILTER($createTimeStamp>=$DATESTAMP)"
+    FILTER="$FILTER(createTimeStamp>=$DATESTAMP)"
 fi
 
 if [ -z "$FILTER" ] ; then 
@@ -63,7 +63,7 @@
 
 Welcome to the mail-system. 
 
-Your email address is $USERNAME@intern
+Your email address is $USERNAME@postoffice.intern
 
 Regards
 EOF
Index: po/de_DE.po
===================================================================
--- po/de_DE.po	(revision 847)
+++ po/de_DE.po	(working copy)
@@ -8,7 +8,7 @@
 "Project-Id-Version: 0.5-pre0.6\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2008-01-14 00:43+0100\n"
-"PO-Revision-Date: 2008-01-14 08:04-0000\n"
+"PO-Revision-Date: 2010-03-17 12:21+0100\n"
 "Last-Translator: Patrick Winnertz <winnie@der-winnie.de>\n"
 "Language-Team: german\n"
 "MIME-Version: 1.0\n"
@@ -788,7 +788,7 @@
 #: lib/chguserpw.php:114
 #, php-format
 msgid "Changed password for  %s"
-msgstr "Das passwort für %s ändern"
+msgstr "Das Passwort für %s wurde geändert."
 
 #: lib/chguserpw.php:116
 #, php-format

Reply to: