aboutsummaryrefslogtreecommitdiffstats
path: root/en/doc
diff options
context:
space:
mode:
authorManuel Hiebel <leuhmanu@mageia.org>2014-01-31 15:54:08 +0000
committerManuel Hiebel <leuhmanu@mageia.org>2014-01-31 15:54:08 +0000
commitd8abf9c5e8f828ce19be3efed14be44ad75cf5ee (patch)
tree2d280f9a9ab9d0155f55107b82518a464349d48c /en/doc
parentafcb5b3d8583e130835981c33aa3d3b675141965 (diff)
downloadwww-d8abf9c5e8f828ce19be3efed14be44ad75cf5ee.tar
www-d8abf9c5e8f828ce19be3efed14be44ad75cf5ee.tar.gz
www-d8abf9c5e8f828ce19be3efed14be44ad75cf5ee.tar.bz2
www-d8abf9c5e8f828ce19be3efed14be44ad75cf5ee.tar.xz
www-d8abf9c5e8f828ce19be3efed14be44ad75cf5ee.zip
make a missing translation string available
Diffstat (limited to 'en/doc')
-rw-r--r--en/doc/doc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/en/doc/doc.php b/en/doc/doc.php
index 69472f4bb..0aa9e5884 100644
--- a/en/doc/doc.php
+++ b/en/doc/doc.php
@@ -80,7 +80,7 @@ function doc_list($documentation_name, $type, $version, $link, $epub_link = null
foreach($documentation[$type] as $single_version => $all_languages) {
if($single_version < $version && in_array($link_locale, $all_languages)) {
$language_present_before = "\t\t<tr><td>" .
- sprintf("Translation was present in %s before.<br/>Maybe you can check documentation for %s in Mageia %s.",
+ sprintf(_t('Translation was present in %s before.<br/>Maybe you can check documentation for %s in Mageia %s.'),
$langs[$locale], $documentation_name, $single_version) . "</td></tr>" . PHP_EOL;
break;
} else {