diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-04-10 00:07:20 +0200 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-04-10 00:07:20 +0200 |
commit | 47eed2c99906fefb1f43ad186da91e526d2741cf (patch) | |
tree | 5b96a07975a45f41b8dd5125846972d48c3dfa9a /actions/avatarsettings.php | |
parent | 9bc1a22fa93760c6eae4a4fa6797e9ea72f7ada1 (diff) |
Update message formatting for serverError to use a starting capital and a leading period.
Diffstat (limited to 'actions/avatarsettings.php')
-rw-r--r-- | actions/avatarsettings.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/avatarsettings.php b/actions/avatarsettings.php index d4ea11cb7..52dc2e424 100644 --- a/actions/avatarsettings.php +++ b/actions/avatarsettings.php @@ -103,7 +103,7 @@ class AvatarsettingsAction extends AccountSettingsAction if (!$profile) { common_log_db_error($user, 'SELECT', __FILE__); - $this->serverError(_('User without matching profile')); + $this->serverError(_('User without matching profile.')); return; } @@ -182,7 +182,7 @@ class AvatarsettingsAction extends AccountSettingsAction if (!$profile) { common_log_db_error($user, 'SELECT', __FILE__); - $this->serverError(_('User without matching profile')); + $this->serverError(_('User without matching profile.')); return; } |