Indefero

Indefero Commit Details


Date:2011-02-12 17:24:18 (14 years 2 months ago)
Author:Thomas Keller
Branch:develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3
Commit:423548dc2c13eac3cb9a2db510a6fe1f30e0d0ef
Parents: 545117eeaeb0a5ef25fdb820247eb183575c0caa
Message:Grammar.

Changes:

File differences

src/IDF/Form/MembersConf.php
101101
102102
103103
104
104
105105
106106
107107
        $n = count($bad);
        if ($n) {
            $badlogins = Pluf_esc(implode(', ', $bad));
            throw new Pluf_Form_Invalid(sprintf(_n('The following login is invalid: %s.', 'The following login are invalids: %s.', $n), $badlogins));
            throw new Pluf_Form_Invalid(sprintf(_n('The following login is invalid: %s.', 'The following logins are invalid: %s.', $n), $badlogins));
        }
        return $logins;
    }

Archive Download the corresponding diff file

Page rendered in 0.11546s using 13 queries.