summaryrefslogtreecommitdiff
path: root/check.php-dist
diff options
context:
space:
mode:
authortill <till@php.net>2008-02-13 19:58:41 +0000
committertill <till@php.net>2008-02-13 19:58:41 +0000
commit98154a9db52976be737d871cdb9d85274b8e45d2 (patch)
treeb016a770897dafbf3e52159c6bd50759997c1a85 /check.php-dist
parent1a13d6e338c8c3b4e3d270481cdf373a0195df1b (diff)
* fixed a typo
Diffstat (limited to 'check.php-dist')
-rw-r--r--check.php-dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/check.php-dist b/check.php-dist
index ff9a6e71b..89a1587ee 100644
--- a/check.php-dist
+++ b/check.php-dist
@@ -235,7 +235,7 @@ if ($rcmail_config['smtp_server'] != ''):
if ($rcmail_config['smtp_user'] == '%u'):
?>
<label>Username:</label><input type="text" name="smtp_test[user]" />
-<label>Passwort:</label><input type="text" name="smtp_test[pass]" /><br />
+<label>Password:</label><input type="text" name="smtp_test[pass]" /><br />
<?php
endif;
endif;
@@ -292,7 +292,7 @@ if ($rcmail_config['default_host'] == '') {
?>
<form action="check.php" method="post">
<label>Username:</label><input type="text" name="imap_test[user]" />
-<label>Passwort:</label><input type="text" name="imap_test[pass]" /><br /><br />
+<label>Password:</label><input type="text" name="imap_test[pass]" /><br /><br />
<input type="hidden" name="action" value="imap" />
<input type="submit" value="check email" />
</form><br /><br />