<p><spanclass="bold">${_("For detailed information, see {math_link_start}Entering Mathematical and Scientific Expressions{math_link_end} in the {guide_link_start}edX Guide for Students{guide_link_end}.").format(
<pclass="sr">${_('Use the arrow keys to navigate the tips or use the tab key to return to the calculator')}</p>
<p>
<spanclass="bold">
${Text(_("For detailed information, see {math_link_start}Entering Mathematical and Scientific Expressions{math_link_end} in the {guide_link_start}edX Guide for Students{guide_link_end}.")).format(
<liclass="hint-item"id="hint-paren"><p>${_("Use parentheses () to make expressions clear. You can use parentheses inside other parentheses.")}</p></li>
...
...
@@ -39,7 +42,6 @@ from django.core.urlresolvers import reverse
<liclass="hint-item"id="hint-howto-functions"><p>${_("For functions, type the name of the function, then the expression in parentheses.")}</p></li>
</ul>
</li>
<liclass="hint-item"id="hint-list">
<tableclass="calculator-input-help-table">
<tbody>
...
...
@@ -50,11 +52,13 @@ from django.core.urlresolvers import reverse
</tr>
<tr>
<thscope="row">${_("Numbers")}</th>
<td>${_("Integers")}<br/>
<td>
${_("Integers")}<br/>
${_("Fractions")}<br/>
${_("Decimals")}
</td>
<td>2520<br/>
<td>
2520<br/>
2/3<br/>
3.14, .98
</td>
...
...
@@ -62,7 +66,8 @@ from django.core.urlresolvers import reverse
<tr>
<thscope="row">${_("Operators")}</th>
## Translators: Please do not translate mathematical symbols.