summaryrefslogtreecommitdiff
path: root/roundcubemail/installer/config.php
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-06-01 06:12:02 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2011-06-01 06:12:02 +0000
commitbb76e4ef22e71e33674c19c97dd5976f42f3200f (patch)
tree35684d8e603675fddaa574854735404d85baae57 /roundcubemail/installer/config.php
parent9b9f27ef495394af95f9e6447e5b41fc40affd39 (diff)
- Fix typos
git-svn-id: https://svn.roundcube.net/trunk@4822 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/installer/config.php')
-rw-r--r--roundcubemail/installer/config.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/roundcubemail/installer/config.php b/roundcubemail/installer/config.php
index 386f7d7ec..dabc478c9 100644
--- a/roundcubemail/installer/config.php
+++ b/roundcubemail/installer/config.php
@@ -81,7 +81,7 @@ echo $check_ipcheck->show(intval($RCI->getprop('ip_check')), array('value' => 1)
?>
<label for="cfgipcheck">Check client IP in session authorization</label><br />
-<p class="hint">This increases security but can cause sudden logouts when someone uses a proxy with changeing IPs.</p>
+<p class="hint">This increases security but can cause sudden logouts when someone uses a proxy with changing IPs.</p>
</dd>
<dt class="propname">des_key</dt>
@@ -93,7 +93,7 @@ echo $input_deskey->show($RCI->getprop('des_key'));
?>
<div>This key is used to encrypt the users imap password before storing in the session record</div>
-<p class="hint">It's a random generated string to ensure that every installation has it's own key.
+<p class="hint">It's a random generated string to ensure that every installation has its own key.
If you enter it manually please provide a string of exactly 24 chars.</p>
</dd>