Commit 77277290 authored by Ryan Graham's avatar Ryan Graham Committed by ryang

fixed typos

git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@2790 b35dd754-fafc-0310-a699-88a17e54d16e
parent 307b06e0
......@@ -224,11 +224,11 @@ function addEmailContact() {
<tbody>
<tr>
<td width="1%" align="center" nowrap><input type="checkbox" name="imenabled" <%=(imEnabled) ? "checked" : "" %> onclick="return enableWelcomeMessage();"></td>
<td width="99%" align="left">Enable instant message registraion notification.</td>
<td width="99%" align="left">Enable instant message registration notification.</td>
</tr>
<tr>
<td width="1%" align="center" nowrap><input type="checkbox" name="emailenabled" <%=(emailEnabled) ? "checked" : "" %> onclick="return enableWelcomeMessage();"></td>
<td width="99%" align="left">Enable email registraion notification.</td>
<td width="99%" align="left">Enable email registration notification.</td>
</tr>
<tr>
<td width="1%" align="center" nowrap><input type="checkbox" name="welcomeenabled" <%=(welcomeEnabled) ? "checked" : "" %> onclick="return enableWelcomeMessage();"></td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment