Added missing translation.

namespaces
Frode Petterson 2014-09-23 15:10:23 +02:00
parent 38c98202f4
commit 7fd333088b
1 changed files with 1 additions and 1 deletions

View File

@ -1147,7 +1147,7 @@ class H5PStorage {
if ($upgradeOnly) {
// TODO - support translation
$this->h5pF->setInfoMessage($upgradedLibsCount . ' libraries were upgraded!');
$this->h5pF->setInfoMessage($this->h5pF->t('@num libraries were upgraded!', array('@num' => $upgradedLibsCount)));
}
return $library_saved;