mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Fixing typo.
--HG-- branch : dev
This commit is contained in:
@@ -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"));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user