diff options
author | Andrey Andreev <narf@bofh.bg> | 2012-07-19 14:17:13 +0200 |
---|---|---|
committer | Andrey Andreev <narf@bofh.bg> | 2012-07-19 14:17:13 +0200 |
commit | 391dc6cdec77c4a71a7a6589652bd8d4a3623154 (patch) | |
tree | cc979f745da239cdc8aff74ea6bf43cbea860cf6 /system/language/english/migration_lang.php | |
parent | 2d486231c0fbc9a5c9ad5bf6897e7bb1aff275ba (diff) | |
parent | fa4af2c268eb920e8eb772b793962000c10ac79c (diff) |
Merge develop changes
Diffstat (limited to 'system/language/english/migration_lang.php')
-rw-r--r-- | system/language/english/migration_lang.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/system/language/english/migration_lang.php b/system/language/english/migration_lang.php index 9c8909a8f..5753c00bf 100644 --- a/system/language/english/migration_lang.php +++ b/system/language/english/migration_lang.php @@ -25,13 +25,13 @@ * @filesource */ -$lang['migration_none_found'] = "No migrations were found."; -$lang['migration_not_found'] = "No migration could be found with the version number: %d."; -$lang['migration_multiple_version'] = "There are multiple migrations with the same version number: %d."; -$lang['migration_class_doesnt_exist'] = "The migration class \"%s\" could not be found."; -$lang['migration_missing_up_method'] = "The migration class \"%s\" is missing an 'up' method."; -$lang['migration_missing_down_method'] = "The migration class \"%s\" is missing a 'down' method."; -$lang['migration_invalid_filename'] = "Migration \"%s\" has an invalid filename."; +$lang['migration_none_found'] = 'No migrations were found.'; +$lang['migration_not_found'] = 'No migration could be found with the version number: %d.'; +$lang['migration_multiple_version'] = 'There are multiple migrations with the same version number: %d.'; +$lang['migration_class_doesnt_exist'] = 'The migration class "%s" could not be found.'; +$lang['migration_missing_up_method'] = 'The migration class "%s" is missing an "up" method.'; +$lang['migration_missing_down_method'] = 'The migration class "%s" is missing a "down" method.'; +$lang['migration_invalid_filename'] = 'Migration "%s" has an invalid filename.'; /* End of file migration_lang.php */ |