diff options
| author | Henry Sudhof <kellanved@phpbb.com> | 2007-06-06 14:00:52 +0000 |
|---|---|---|
| committer | Henry Sudhof <kellanved@phpbb.com> | 2007-06-06 14:00:52 +0000 |
| commit | ed17471e0c658f381e342a484cc1bb00a03b7a2a (patch) | |
| tree | ab26d2a78d6970cc68d105d4ef7f853cba77d526 /phpBB/language/en/mcp.php | |
| parent | d268559876288ce432dfce1c637c1b81e6d5bd7d (diff) | |
| download | forums-ed17471e0c658f381e342a484cc1bb00a03b7a2a.tar forums-ed17471e0c658f381e342a484cc1bb00a03b7a2a.tar.gz forums-ed17471e0c658f381e342a484cc1bb00a03b7a2a.tar.bz2 forums-ed17471e0c658f381e342a484cc1bb00a03b7a2a.tar.xz forums-ed17471e0c658f381e342a484cc1bb00a03b7a2a.zip | |
Changing the stance we take towards flash. (DelvarWorld, NeoThermic)
fixing a few smaller bugs.
#12007
#12003
git-svn-id: file:///svn/phpbb/trunk@7715 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/mcp.php')
| -rw-r--r-- | phpBB/language/en/mcp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/mcp.php b/phpBB/language/en/mcp.php index 26f0c54e2d..5b4e239952 100644 --- a/phpBB/language/en/mcp.php +++ b/phpBB/language/en/mcp.php @@ -346,7 +346,7 @@ $lang = array_merge($lang, array( 'WARNED_USERS_EXPLAIN' => 'This is a list of users with unexpired warnings issued to them.', 'WARNING_PM_BODY' => 'The following is a warning which has been issued to you by an administrator or moderator of this site.[quote]%s[/quote]', 'WARNING_PM_SUBJECT' => 'Board warning issued', - 'WARNING_POST_DEFAULT' => 'This is a warning regarding the following post made by you: %s.', + 'WARNING_POST_DEFAULT' => 'This is a warning regarding the following post made by you: %s .', 'WARNINGS_ZERO_TOTAL' => 'No warnings exist.', 'YOU_SELECTED_TOPIC' => 'You selected topic number %d: %s.', |
