[Pkg-owncloud-commits] [php-sabre-vobject] 07/25: Engrish
David Prévot
taffit at moszumanska.debian.org
Thu Apr 7 01:41:27 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository php-sabre-vobject.
commit fa2697c0581e1c19c8f03b509d60781027dd093c
Author: Evert Pot <me at evertpot.com>
Date: Thu Mar 31 21:21:25 2016 -0400
Engrish
---
lib/Property/Text.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Property/Text.php b/lib/Property/Text.php
index 1e34eaa..cde84dc 100644
--- a/lib/Property/Text.php
+++ b/lib/Property/Text.php
@@ -397,7 +397,7 @@ class Text extends Property {
if (count($parts) < $minimum) {
$warnings[] = [
'level' => 1,
- 'message' => 'This ' . $this->name . 'property must have at least ' . $minimum . ' components. It only has ' . count($parts),
+ 'message' => 'The ' . $this->name . ' property must have at least ' . $minimum . ' values. It only has ' . count($parts),
'node' => $this,
];
if ($options & self::REPAIR) {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-php/php-sabre-vobject.git
More information about the Pkg-owncloud-commits
mailing list