aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2008-11-30 12:12:24 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2008-11-30 12:12:24 +0000
commitfbabed373a908d2def316edad6e9d173b25589a8 (patch)
treee3469e509af85688c44e4891f2dea5cfee2bb1ce /phpBB/language
parent2e63b9b0667c27ce1edc7fb015300a0d97933ead (diff)
downloadforums-fbabed373a908d2def316edad6e9d173b25589a8.tar
forums-fbabed373a908d2def316edad6e9d173b25589a8.tar.gz
forums-fbabed373a908d2def316edad6e9d173b25589a8.tar.bz2
forums-fbabed373a908d2def316edad6e9d173b25589a8.tar.xz
forums-fbabed373a908d2def316edad6e9d173b25589a8.zip
typo?
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9135 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php
index e6555f5a41..0549495b47 100644
--- a/phpBB/language/en/install.php
+++ b/phpBB/language/en/install.php
@@ -408,7 +408,7 @@ $lang = array_merge($lang, array(
'FILE_DIFF_NOT_ALLOWED' => 'File not allowed to be diffed.',
'FILE_USED' => 'Information used from', // Single file
'FILES_CONFLICT' => 'Conflict files',
- 'FILES_CONFLICT_EXPLAIN' => 'The following files are modified and do not represent the original files from the old version. phpBB determined that these files create conflicts if they are tried to be merged. Please investigate the conflicts and try to manually resolve them or continue the update choosing the preferred merging method. If you resolve the conflicts manually check the files again after you modified them. You are also able to choose between the preferred merge method for every file. The first one will result in a file where the conflicting lines from your old file will be lost, the other one will result in loosing the changes from the newer file.',
+ 'FILES_CONFLICT_EXPLAIN' => 'The following files are modified and do not represent the original files from the old version. phpBB determined that these files create conflicts if they are tried to be merged. Please investigate the conflicts and try to manually resolve them or continue the update choosing the preferred merging method. If you resolve the conflicts manually check the files again after you modified them. You are also able to choose between the preferred merge method for every file. The first one will result in a file where the conflicting lines from your old file will be lost, the other one will result in losing the changes from the newer file.',
'FILES_MODIFIED' => 'Modified files',
'FILES_MODIFIED_EXPLAIN' => 'The following files are modified and do not represent the original files from the old version. The updated file will be a merge between your modifications and the new file.',
'FILES_NEW' => 'New files',