diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-11-18 11:48:18 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-11-18 11:48:18 +0000 |
commit | 2768c1ae240d6a01c9d51d73838da46ec6216752 (patch) | |
tree | 74e5d30ec846caf157249167803908e53ac1b506 | |
parent | 559f614db7197bfc9ad0bcf4edf70d0cc2d6747b (diff) | |
download | forums-2768c1ae240d6a01c9d51d73838da46ec6216752.tar forums-2768c1ae240d6a01c9d51d73838da46ec6216752.tar.gz forums-2768c1ae240d6a01c9d51d73838da46ec6216752.tar.bz2 forums-2768c1ae240d6a01c9d51d73838da46ec6216752.tar.xz forums-2768c1ae240d6a01c9d51d73838da46ec6216752.zip |
#15214
git-svn-id: file:///svn/phpbb/trunk@8243 89ea8834-ac86-4346-8a33-228a782c2dd0
-rwxr-xr-x | phpBB/language/en/install.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php index a2c6639b63..15a5c6dca4 100755 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -380,7 +380,7 @@ $lang = array_merge($lang, array( 'COLLECTING_FILE_DIFFS' => 'Collecting file differences', 'COMPLETE_LOGIN_TO_BOARD' => 'You should now <a href="../ucp.php?mode=login">login to your board</a> and check if everything is working fine. Do not forget to delete, rename or move your install directory!', 'CONTINUE_UPDATE_NOW' => 'Continue the update process now', - 'CURRENT_FILE' => 'Begin of current original file', + 'CURRENT_FILE' => 'Beginning of current original file', 'CURRENT_VERSION' => 'Current version', 'DATABASE_TYPE' => 'Database type', @@ -390,7 +390,7 @@ $lang = array_merge($lang, array( 'DESTINATION' => 'Destination file', 'DIFF_INLINE' => 'Inline', 'DIFF_RAW' => 'Raw unified diff', - 'DIFF_SEP_EXPLAIN' => 'End of current original file / Begin of new updated file', + 'DIFF_SEP_EXPLAIN' => 'End of current original file / Beginning of new updated file', 'DIFF_SIDE_BY_SIDE' => 'Side by Side', 'DIFF_UNIFIED' => 'Unified diff', 'DO_NOT_UPDATE' => 'Do not update this file', |