From 87db1b7056ae2b964f13a8e3cc915b1bce8959d5 Mon Sep 17 00:00:00 2001 From: Thomas Traub Date: Sat, 3 Sep 2011 17:19:06 +0200 Subject: Changed up to down for down method error line --- system/language/english/migration_lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/language/english') 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."; -- cgit v1.2.3-24-g4f1b From f4a4bd8fac188ebc9cda822ffc811c218fd92b45 Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Thu, 20 Oct 2011 12:18:42 -0500 Subject: adding new license file (OSL 3.0) and updating readme to ReST added notice of license to all source files. OSL to all except the few files we ship inside of the application folder, those are AFL. Updated license in user guide. incrementing next dev version to 3.0 due to licensing change --- system/language/english/calendar_lang.php | 25 ++++++++++++++++++++++++ system/language/english/date_lang.php | 25 ++++++++++++++++++++++++ system/language/english/db_lang.php | 25 ++++++++++++++++++++++++ system/language/english/email_lang.php | 25 ++++++++++++++++++++++++ system/language/english/form_validation_lang.php | 25 ++++++++++++++++++++++++ system/language/english/ftp_lang.php | 25 ++++++++++++++++++++++++ system/language/english/imglib_lang.php | 25 ++++++++++++++++++++++++ system/language/english/migration_lang.php | 25 ++++++++++++++++++++++++ system/language/english/number_lang.php | 25 ++++++++++++++++++++++++ system/language/english/profiler_lang.php | 25 ++++++++++++++++++++++++ system/language/english/unit_test_lang.php | 25 ++++++++++++++++++++++++ system/language/english/upload_lang.php | 25 ++++++++++++++++++++++++ 12 files changed, 300 insertions(+) (limited to 'system/language/english') diff --git a/system/language/english/calendar_lang.php b/system/language/english/calendar_lang.php index 3e6312361..313eee1de 100644 --- a/system/language/english/calendar_lang.php +++ b/system/language/english/calendar_lang.php @@ -1,4 +1,29 @@