]> git.mxchange.org Git - friendica.git/blobdiff - mod/repair_ostatus.php
Merge pull request #12065 from Quix0r/cleanup/renaming-more-logging
[friendica.git] / mod / repair_ostatus.php
index cc7eecde2630ec5fa803d8237572d9de7bff1b3c..b0ee0bf575ba3bb9ebd2f5b712f607d344fca7e4 100644 (file)
@@ -43,7 +43,7 @@ function repair_ostatus_content(App $a) {
        $total = DBA::count('contact', $condition);
 
        if (!$total) {
-               return ($o . DI::l10n()->t('Error'));
+               return ($o . DI::l10n()->tt('Error', 'Errors', 1));
        }
 
        $contact = Contact::selectToArray(['url'], $condition, ['order' => ['url'], 'limit' => [$counter++, 1]]);