提交 2527778d 编写于 作者: J Jesse Glick

Level.getLocalizedName should be preferred to Level.toString().toLowerCase().

Consider the poor Turk who is prompted to log at fıner!
上级 b8b1edc5
......@@ -55,7 +55,7 @@ THE SOFTWARE.
<td>
<select name="level">
<j:forEach var="lv" items="${it.LEVELS}">
<f:option selected="${instance.level==lv}">${lv.toString().toLowerCase()}</f:option>
<f:option selected="${instance.level==lv}">${lv.localizedName}</f:option>
</j:forEach>
</select>
</td>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册