diff options
author | tkikuchi <> | 2006-01-15 11:59:27 +0000 |
---|---|---|
committer | tkikuchi <> | 2006-01-15 11:59:27 +0000 |
commit | bcb2dda2f3d228b13b395c2ebdcfc370e94aed09 (patch) | |
tree | 54564b13aff9780968263be3146a78ec36b40d2e /templates/nl/private.html | |
parent | 65fbd1fb5efbf0ff3826057bc56f7731bd96df62 (diff) | |
download | mailman2-bcb2dda2f3d228b13b395c2ebdcfc370e94aed09.tar.gz mailman2-bcb2dda2f3d228b13b395c2ebdcfc370e94aed09.tar.xz mailman2-bcb2dda2f3d228b13b395c2ebdcfc370e94aed09.zip |
Dutch translation update from Cas Renooij.
Diffstat (limited to 'templates/nl/private.html')
-rw-r--r-- | templates/nl/private.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/nl/private.html b/templates/nl/private.html index 1e609058..70091a33 100644 --- a/templates/nl/private.html +++ b/templates/nl/private.html @@ -3,7 +3,7 @@ <title>%(realname)s Prive Archief beveiligd</title> </head> <body bgcolor="#ffffff"> -<FORM METHOD=POST ACTION="%(action)s"> +<FORM METHOD=POST ACTION="%(action)s/"> %(message)s <TABLE WIDTH="100%%" BORDER="0" CELLSPACING="4" CELLPADDING="5"> <TR> @@ -16,7 +16,7 @@ <TD><INPUT TYPE="text" NAME="username" SIZE="30"></TD> </tr> <tr> - <TD><div ALIGN="Right">Wachtwoord:</div></TD> + <TD><div ALIGN="Right">Paswoord:</div></TD> <TD><INPUT TYPE="password" NAME="password" SIZE="30"></TD> </tr> <tr> |