summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorRepox <storm@err0r.dk>2012-04-23 13:14:27 +0200
committerRepox <storm@err0r.dk>2012-04-23 13:14:27 +0200
commitc1a66512eacc76968cbf01e2ee37c3c65584b1f0 (patch)
tree3098e5649f7ef0675dec40902ed3aa645d69e9dd /system
parent476af3a89058861e7d44473ac01c2206ebbbe6f1 (diff)
Corrected the migration_missing_down_method language string
Diffstat (limited to 'system')
-rw-r--r--system/language/english/migration_lang.php2
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..f17530f00 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 an 'down' method.";
$lang['migration_invalid_filename'] = "Migration \"%s\" has an invalid filename.";