From f7904203b17eb0ce477f69c2635db8dcf9c0be38 Mon Sep 17 00:00:00 2001 From: Ryan Thrash Date: Wed, 13 May 2009 04:19:11 +0000 Subject: [PATCH] [#MODX-734] Typo in language file it's->its --- manager/includes/lang/english.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manager/includes/lang/english.inc.php b/manager/includes/lang/english.inc.php index 661b67c01a..4722a65bb5 100755 --- a/manager/includes/lang/english.inc.php +++ b/manager/includes/lang/english.inc.php @@ -537,7 +537,7 @@ $_lang["monday"] = 'Monday'; $_lang["move"] = 'Move'; $_lang["move_document"] = 'Move document'; -$_lang["move_document_message"] = 'You can move a document and all it\'s children by selecting a new parent in the tree. If you select a document that is not already a container, it will be changed into one. Please click on the new parent in the tree.'; +$_lang["move_document_message"] = 'You can move a document and all its children by selecting a new parent in the tree. If you select a document that is not already a container, it will be changed into one. Please click on the new parent in the tree.'; $_lang["move_document_new_parent"] = 'Please select a new parent in the document tree.'; $_lang["move_document_title"] = 'Move document'; $_lang["name"] = 'Name';