Commit c36b1726 by Ned Batchelder

Merge pull request #4405 from pdpinch/fix-calc-definition-of-T

Fixing calculator hint to display correct definition of the constant T
parents 36352fa5 2c8f82f0
...@@ -159,4 +159,5 @@ Brandon DeRosier <btd@cheesekeg.com> ...@@ -159,4 +159,5 @@ Brandon DeRosier <btd@cheesekeg.com>
Daniel Li <swli@edx.org> Daniel Li <swli@edx.org>
Daniel Friedman <dfriedman@edx.org> Daniel Friedman <dfriedman@edx.org>
Asad Iqbal <aiqbal@edx.org> Asad Iqbal <aiqbal@edx.org>
Peter Pinch <pdpinch@mit.edu>
Muhammad Shoaib <mshoaib@edx.org> Muhammad Shoaib <mshoaib@edx.org>
...@@ -331,7 +331,7 @@ ${fragment.foot_html()} ...@@ -331,7 +331,7 @@ ${fragment.foot_html()}
<tr> <tr>
<td>T</td> <td>T</td>
<td>=</td> <td>=</td>
<td>${_("freezing point of water in degrees Kelvin")}</td> <td>${_("Typical room temperature: 298.15 (Kelvin), same as 25C/77F")}</td>
</tr> </tr>
<tr> <tr>
<td>q</td> <td>q</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