diff options
Diffstat (limited to 'lib/lib_opml.php')
| -rw-r--r-- | lib/lib_opml.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/lib_opml.php b/lib/lib_opml.php index 1bd2ee77b..3dd415d05 100644 --- a/lib/lib_opml.php +++ b/lib/lib_opml.php @@ -201,7 +201,7 @@ function libopml_parse_string($xml, $strict = true) { if (!$at_least_one_outline) { throw new LibOPML_Exception( - 'Body must contain at least one outline element' + 'OPML body must contain at least one outline element' ); } |
