diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2009-11-26 23:28:16 +0100 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2009-11-26 23:28:16 +0100 |
commit | c6b1ca37658e69304af059e8048cdf22db375c3c (patch) | |
tree | 9db2600fb3906f17c18f12c8f26b2106566c77d1 /lib/designsettings.php | |
parent | b8052087330f90a0f864547d28d202e67fbab247 (diff) |
* Mb -> MB (for megabyte)
* i18n for MB and kB
Diffstat (limited to 'lib/designsettings.php')
-rw-r--r-- | lib/designsettings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/designsettings.php b/lib/designsettings.php index 5ce9ddeda..99f44b5b7 100644 --- a/lib/designsettings.php +++ b/lib/designsettings.php @@ -107,7 +107,7 @@ class DesignSettingsAction extends AccountSettingsAction 'type' => 'file', 'id' => 'design_background-image_file')); $this->element('p', 'form_guide', _('You can upload your personal ' . - 'background image. The maximum file size is 2Mb.')); + 'background image. The maximum file size is 2MB.')); $this->element('input', array('name' => 'MAX_FILE_SIZE', 'type' => 'hidden', 'id' => 'MAX_FILE_SIZE', |