From ad7ae0b2833ebe1ae32d0564a7f1697336cdcd9c Mon Sep 17 00:00:00 2001 From: Manuel Hiebel Date: Sun, 12 Feb 2017 22:00:00 +0100 Subject: fix broken translation string --- en/doc/doc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'en') diff --git a/en/doc/doc.php b/en/doc/doc.php index a0e3f0383..44e4c0441 100644 --- a/en/doc/doc.php +++ b/en/doc/doc.php @@ -125,7 +125,7 @@ function doc_list($documentation_name, $type, $version) if ($your_language_present) { $text_your_language = '' . _r('Documentation in your language:') . '
'; if ($other_languages_present) { - $text_others = '' . _r('Other languages: ') . ''; + $text_others = '' . _r('Other languages:') . ''; } $table .= sprintf("\t%s" . PHP_EOL . "\t%s" . PHP_EOL . -- cgit v1.2.1