提交 e6f3ec44 编写于 作者: K Kohsuke Kawaguchi

Took care of i18n

上级 30de1dd4
......@@ -35,7 +35,7 @@ THE SOFTWARE.
</st:documentation>
<st:adjunct includes="lib.layout.progressiveRendering.progressiveRendering"/>
<!-- XXX generate an ID so we can use this more than once per page -->
<t:progressBar id="status" pos="0" tooltip="${tooltip ?: 'Computation in progress.'}"/><!-- XXX I18N -->
<t:progressBar id="status" pos="0" tooltip="${tooltip ?: '%progressMessage'}"/>
<j:invoke method="start" on="${handler}"/>
<script>progressivelyRender(<st:bind value="${handler}"/>, <st:out value="${callback}"/>);</script>
</j:jelly>
progressMessage=Computation in progress.
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册