mirror of https://github.com/BOINC/boinc.git
Translate bbcode information
svn path=/trunk/boinc/; revision=8227
This commit is contained in:
parent
2f13ef079f
commit
1b919d324e
|
@ -465,7 +465,7 @@ function close_output_buffer($filename) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function html_info() {
|
function html_info() {
|
||||||
return "<br><a href=\"bbcode.php\" target=\"_new\"><font size=-2>You may use BBCode tags</font></a>\n";
|
return "<br><a href=\"bbcode.php\" target=\"_new\"><font size=-2>".tr(FORUM_HTML_INFO)."</font></a>\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
function get_int($name, $optional=false) {
|
function get_int($name, $optional=false) {
|
||||||
|
|
Loading…
Reference in New Issue