fixed typo

This commit is contained in:
snipe
2013-11-14 21:44:51 -05:00
parent cf1134db37
commit 14972f894b
+1 -1
View File
@@ -16,7 +16,7 @@ return array(
'delete' => array(
'error' => 'There was an issue deleting the category. Please try again.',
'success' => 'The category post was deleted successfully.'
'success' => 'The category was deleted successfully.'
)
);