diff options
Diffstat (limited to 'en/doc/doc.php')
-rw-r--r-- | en/doc/doc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/doc/doc.php b/en/doc/doc.php index 49f46f63d..c528e680d 100644 --- a/en/doc/doc.php +++ b/en/doc/doc.php @@ -152,7 +152,7 @@ function doc_list($documentation_name, $type, $version) $language_present_before = ''; } } - $text_your_language = _r('Please help <a href="../community/">us</a> translate it in your language.') . '<br/>'; + $text_your_language = _r('Not <a href="../community/">yet</a> available in your language.') . ' ' . _r('Click bellow for alternative available languages.') . '<br/>'; $table .= sprintf("\t<caption class=\"caption-top\">%s<br/>" . PHP_EOL . "\t%s<a class=\"btn btn-sm btn-outline-primary\" data-toggle=\"collapse\" href=\"#table-$name-$version\" role=\"button\" aria-expanded=\"false\" aria-controls=\"table-$name-$version\"> ↘ </a></caption>" . PHP_EOL . '%s' . "\t<tbody class=\"collapse\" id=table-%s-%s>" . PHP_EOL , |