summaryrefslogtreecommitdiffstats
path: root/src/exceptions/unknown_dataset_source.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/exceptions/unknown_dataset_source.php')
-rw-r--r--src/exceptions/unknown_dataset_source.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exceptions/unknown_dataset_source.php b/src/exceptions/unknown_dataset_source.php
index 63beb52..7bd719a 100644
--- a/src/exceptions/unknown_dataset_source.php
+++ b/src/exceptions/unknown_dataset_source.php
@@ -18,7 +18,7 @@ class ezcGraphUnknownDataSetSourceException extends ezcGraphException
{
public function __construct( $source )
{
- parent::__construct( 'You provided data which could not be handled as a dataset, yet.' );
+ parent::__construct( 'Your provided data which could not be handled as a dataset.' );
}
}
OpenPOWER on IntegriCloud