mirror of https://github.com/BOINC/boinc.git
- web: more tra() stuff
svn path=/trunk/boinc/; revision=24061
This commit is contained in:
parent
595df001cc
commit
eff9838226
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
";
|
||||
|
||||
|
|
Loading…
Reference in New Issue