diff options
author | Thomas Traub <thomastraub2000@yahoo.de> | 2011-09-03 17:19:06 +0200 |
---|---|---|
committer | Thomas Traub <thomastraub2000@yahoo.de> | 2011-09-03 17:19:06 +0200 |
commit | 87db1b7056ae2b964f13a8e3cc915b1bce8959d5 (patch) | |
tree | 568b2d819f1dc2eb29a394b34dc0cf061c2c525f /system | |
parent | 886d87c616bd422585c6a1190b0e1b72bc661269 (diff) |
Changed up to down for down method error line
Diffstat (limited to 'system')
-rw-r--r-- | system/language/english/migration_lang.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/language/english/migration_lang.php b/system/language/english/migration_lang.php index 4763ca243..94cb882fb 100644 --- a/system/language/english/migration_lang.php +++ b/system/language/english/migration_lang.php @@ -5,7 +5,7 @@ $lang['migration_not_found'] = "This migration could not be found."; $lang['migration_multiple_version'] = "This 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 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."; |