diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2013-07-12 17:10:18 +0200 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2013-07-12 17:10:18 +0200 |
| commit | f4b7cbd9766fff3e4232c5514da18c8fc3ff102b (patch) | |
| tree | 5aaae3387ef3b13a5edc8b1d9b5bf8a634f24b9e /phpBB/language/en/install.php | |
| parent | a7edbf9258253dd694857af80273f6cddfe91274 (diff) | |
| download | forums-f4b7cbd9766fff3e4232c5514da18c8fc3ff102b.tar forums-f4b7cbd9766fff3e4232c5514da18c8fc3ff102b.tar.gz forums-f4b7cbd9766fff3e4232c5514da18c8fc3ff102b.tar.bz2 forums-f4b7cbd9766fff3e4232c5514da18c8fc3ff102b.tar.xz forums-f4b7cbd9766fff3e4232c5514da18c8fc3ff102b.zip | |
[ticket/11662] Typos: occured -> occurred
PHPBB3-11662
Diffstat (limited to 'phpBB/language/en/install.php')
| -rw-r--r-- | phpBB/language/en/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php index bbf407f1dc..bdc51a5712 100644 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -363,7 +363,7 @@ $lang = array_merge($lang, array( 'UNAVAILABLE' => 'Unavailable', 'UNWRITABLE' => 'Unwritable', 'UPDATE_TOPICS_POSTED' => 'Generating topics posted information', - 'UPDATE_TOPICS_POSTED_ERR' => 'An error occured while generating topics posted information. You can retry this step in the ACP after the conversion process is completed.', + 'UPDATE_TOPICS_POSTED_ERR' => 'An error occurred while generating topics posted information. You can retry this step in the ACP after the conversion process is completed.', 'VERIFY_OPTIONS' => 'Verifying conversion options', 'VERSION' => 'Version', |
