diff options
author | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-02-09 21:06:08 -0600 |
---|---|---|
committer | Nathaniel Guse <nathaniel.guse@gmail.com> | 2013-02-09 21:06:08 -0600 |
commit | f409697137b0b1d01b663bb81d12f6179c3922e3 (patch) | |
tree | a5ca9f7221f9c7637944df693dcca112b40f1fa3 /phpBB | |
parent | cacaffee6e013e43b75212d49960922f88f9f69a (diff) | |
download | forums-f409697137b0b1d01b663bb81d12f6179c3922e3.tar forums-f409697137b0b1d01b663bb81d12f6179c3922e3.tar.gz forums-f409697137b0b1d01b663bb81d12f6179c3922e3.tar.bz2 forums-f409697137b0b1d01b663bb81d12f6179c3922e3.tar.xz forums-f409697137b0b1d01b663bb81d12f6179c3922e3.zip |
[feature/migrations] Add explanatory language string for migration errors
This should be used if an exception is thrown to inform the user of
what occurred.
PHPBB3-11351
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/language/en/migrator.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/migrator.php b/phpBB/language/en/migrator.php index bc9fbc57af..84074c391c 100644 --- a/phpBB/language/en/migrator.php +++ b/phpBB/language/en/migrator.php @@ -40,6 +40,7 @@ $lang = array_merge($lang, array( 'GROUP_NOT_EXIST' => 'The group "%s" unexpectedly does not exist.', + 'MIGRATION_EXCEPTION_ERROR' => 'Something went wrong during the request and an exception was thrown. The changes made before the error occurred were reversed to the best of our abilities, but you should check the board for errors.', 'MIGRATION_NOT_FULFILLABLE' => 'The migration "%1$s" is not fulfillable, missing migration "%2$s".', 'MODULE_ALREADY_EXIST' => 'The module "%s" unexpectedly already exists.', |