summaryrefslogtreecommitdiffstats
path: root/system/language/english/migration_lang.php
diff options
context:
space:
mode:
authorAlex Bilbie <alex@alexbilbie.com>2012-07-15 19:56:48 +0200
committerAlex Bilbie <alex@alexbilbie.com>2012-07-15 19:56:48 +0200
commit0875d69dc7b5138cc40ea2f248024b2a886a0d82 (patch)
treeefb600554bc1e4270d7bc8ee922f6bd3c7f78509 /system/language/english/migration_lang.php
parent4876b4837546c8c9f659bb74c68b16cdb326c844 (diff)
Changed double quotes to single quotes to meet style guidelines
Diffstat (limited to 'system/language/english/migration_lang.php')
-rw-r--r--system/language/english/migration_lang.php14
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 */