diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2008-03-26 12:33:32 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-03-26 12:33:32 +0000 |
| commit | 13f8fe7fcf4e8ecea498ed19fc1e38522b3e2c7f (patch) | |
| tree | cfca7e0ff0afc109d3af8bcfe1fff5d20e10518f /phpBB/language/en/ucp.php | |
| parent | f170f1c929a87398d756d1e7372baa818e9f60f8 (diff) | |
| download | forums-13f8fe7fcf4e8ecea498ed19fc1e38522b3e2c7f.tar forums-13f8fe7fcf4e8ecea498ed19fc1e38522b3e2c7f.tar.gz forums-13f8fe7fcf4e8ecea498ed19fc1e38522b3e2c7f.tar.bz2 forums-13f8fe7fcf4e8ecea498ed19fc1e38522b3e2c7f.tar.xz forums-13f8fe7fcf4e8ecea498ed19fc1e38522b3e2c7f.zip | |
some corrections to the language files
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8471 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/ucp.php')
| -rw-r--r-- | phpBB/language/en/ucp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index dfeb1f20dd..4f9920c931 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -88,7 +88,7 @@ $lang = array_merge($lang, array( 'ATTACHMENTS_DELETED' => 'Attachments successfully deleted.', 'ATTACHMENT_DELETED' => 'Attachment successfully deleted.', 'AVATAR_CATEGORY' => 'Category', - 'AVATAR_EXPLAIN' => 'Maximum dimensions; width: %1$d pixels, height: %2$d pixels, file size: %3$.2lf KiB.', + 'AVATAR_EXPLAIN' => 'Maximum dimensions; width: %1$d pixels, height: %2$d pixels, file size: %3$.2f KiB.', 'AVATAR_FEATURES_DISABLED' => 'The avatar functionality is currently disabled.', 'AVATAR_GALLERY' => 'Local gallery', 'AVATAR_GENERAL_UPLOAD_ERROR' => 'Could not upload avatar to %s.', |
