Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 6 additions & 8 deletions lms/templates/calculator/toggle_calculator.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,20 +84,18 @@
<tr>
## Translators: This refers to symbols that are mathematical constants, such as "i" (square root of -1)
<th scope="row">${_("Constants")}</th>
<td dir="auto">c, e, g, i, j, k, pi, q, T</td>
<td dir="auto">e, pi</td>
<td dir="auto">
20*c<br />
418*T
20*e<br />
418*pi
</td>
</tr>
<tr>
## Translators: This refers to symbols that appear at the end of a number, such as the percent sign (%) and metric affixes
## Translators: This refers to symbols that appear at the end of a number, such as the percent sign (%)
<th scope="row">${_("Affixes")}</th>
<td dir="auto">${_("Percent sign (%) and metric affixes (d, c, m, u, n, p, k, M, G, T)")}</td>
<td dir="auto">${_("Percent sign (%)")}</td>
<td dir="auto">
20%<br />
20c<br />
418T
20%
</td>
</tr>
<tr>
Expand Down