- web: more tra() stuff

svn path=/trunk/boinc/; revision=24061
This commit is contained in:
David Anderson 2011-08-28 01:22:54 +00:00
parent 595df001cc
commit eff9838226
2 changed files with 7 additions and 1 deletions

View File

@ -5199,3 +5199,9 @@ David 26 Aug 2011
html/inc/
host.inc
forum.inc
David 26 Aug 2011
- web: more tra() stuff
html/user/
forum_thread.php

View File

@ -257,7 +257,7 @@ echo "</td><td align=\"right\">
<input type=\"hidden\" name=\"id\" value=\"", $thread->id, "\">" .
tra("Sort");
echo select_from_array("sort", $thread_sort_styles, $sort_style);
echo "<input type=\"submit\" value=\"tra(Sort)\">
echo "<input type=\"submit\" value=\"".tra(Sort)."\">
</td></tr></table></form>
";