Fixing typo.

--HG--
branch : dev
This commit is contained in:
BertrandLeRoy
2010-10-19 12:10:10 -07:00
parent 99924a9279
commit 280f015e1d

View File

@@ -194,7 +194,7 @@ namespace Orchard.Data.Migration.Interpreters {
}
else {
if(command.Length > 0 || command.Precision > 0 || command.Scale > 0) {
throw new OrchardException(T("Error while executing data migration: you need to specify the field's type in order to change it's properies"));
throw new OrchardException(T("Error while executing data migration: you need to specify the field's type in order to change its properties"));
}
}